| Package | Description |
|---|---|
| org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
| org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
| org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
| Modifier and Type | Method and Description |
|---|---|
static java.security.PublicKey |
KeyInfoSupport.getKey(KeyValue keyValue)
Extracts the DSA or RSA public key within the
KeyValue. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KeyValue> |
KeyInfo.getKeyValues()
Get the list of KeyValue child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValueImpl
Concrete implementation of
KeyValue. |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
KeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
KeyValue |
KeyValueBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KeyValue> |
KeyInfoImpl.getKeyValues()
Get the list of KeyValue child elements.
|