Package | Description |
---|---|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider . |
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xml.signature.validator |
Modifier and Type | Method and Description |
---|---|
static DSAKeyValue |
KeyInfoHelper.buildDSAKeyValue(DSAPublicKey dsaPubKey)
Builds a
DSAKeyValue XMLObject from the Java security DSA public key type. |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
KeyInfoHelper.getDSAKey(DSAKeyValue keyDescriptor)
Builds an DSA key from a
DSAKeyValue element. |
static PublicKey |
KeyInfoHelper.getDSAKey(DSAKeyValue keyDescriptor,
DSAParams dsaParams)
Builds a DSA key from an
DSAKeyValue element and the supplied Java DSAParams ,
which supplies key material from a shared key family. |
static boolean |
KeyInfoHelper.hasCompleteDSAParams(DSAKeyValue keyDescriptor)
Check whether the specified
DSAKeyValue element has the all optional DSA
values which can be shared amongst many keys in a DSA "key family", and
are presumed to be known from context. |
Modifier and Type | Method and Description |
---|---|
protected DSAKeyValue |
DSAKeyValueProvider.getDSAKeyValue(XMLObject xmlObject)
Get the DSAKeyValue from the passed XML object.
|
Modifier and Type | Method and Description |
---|---|
DSAKeyValue |
KeyValue.getDSAKeyValue()
Get the DSAKeyValue child element
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setDSAKeyValue(DSAKeyValue newDSAKeyValue)
Set the DSAKeyValue child element
|
Modifier and Type | Class and Description |
---|---|
class |
DSAKeyValueImpl
Concrete implementation of
DSAKeyValue |
Modifier and Type | Method and Description |
---|---|
DSAKeyValue |
DSAKeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
DSAKeyValue |
DSAKeyValueBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
DSAKeyValue |
KeyValueImpl.getDSAKeyValue()
Get the DSAKeyValue child element
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValueImpl.setDSAKeyValue(DSAKeyValue newDSAKeyValue)
Set the DSAKeyValue child element
|
Modifier and Type | Method and Description |
---|---|
void |
DSAKeyValueSchemaValidator.validate(DSAKeyValue xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
DSAKeyValueSchemaValidator.validateChildrenPresence(DSAKeyValue xmlObject)
Validate that all children are present.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.