| Package | Description |
|---|---|
| org.opensaml.saml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
| org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
| org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
| Modifier and Type | Field and Description |
|---|---|
private XMLEncryptionBuilder<ReferenceList> |
Encrypter.referenceListBuilder
Builder for ReferenceList objects.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceList |
EncryptedKey.getReferenceList()
Gets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedKey.setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceListImpl
Concrete implementation of
ReferenceList. |
| Modifier and Type | Field and Description |
|---|---|
private ReferenceList |
EncryptedKeyImpl.referenceList
ReferenceList value.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceList |
ReferenceListBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
ReferenceList |
ReferenceListBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
ReferenceList |
EncryptedKeyImpl.getReferenceList()
Gets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedKeyImpl.setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
|