Package | Description |
---|---|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.encryption.validator |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferenceListSchemaValidator.validate(ReferenceList xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
ReferenceListSchemaValidator.validateReferences(ReferenceList xmlObject)
Validate the list of references.
|
Copyright © 1999–2015. All rights reserved.