パッケージ | 説明 |
---|---|
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
ReferenceList |
EncryptedKey.getReferenceList()
Gets the child element containing pointers to EncryptedData and EncryptedKey elements
encrypted using this key.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EncryptedKey.setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements
encrypted using this key.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
ReferenceListImpl
Concrete implementation of
ReferenceList |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EncryptedKeyImpl.setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements
encrypted using this key.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.