| Package | Description |
|---|---|
| org.opensaml.saml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
| 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 | Field and Description |
|---|---|
private XMLSignatureBuilder<KeyName> |
Encrypter.keyNameBuilder
Builder for KeyName objects.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KeyName> |
KeyInfo.getKeyNames()
Get the list of KeyName child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyNameImpl
Concrete implementation of
KeyName. |
| Modifier and Type | Method and Description |
|---|---|
KeyName |
KeyNameBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
KeyName |
KeyNameBuilder.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<KeyName> |
KeyInfoImpl.getKeyNames()
Get the list of KeyName child elements.
|