Package | Description |
---|---|
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 | 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 | Method and Description |
---|---|
ReferenceList |
ReferenceListBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
ReferenceList |
ReferenceListBuilder.buildObject(String namespaceURI,
String localName,
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.
|
Copyright © 2017. All rights reserved.