|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReferenceList | |
|---|---|
| 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 | |
| Uses of ReferenceList in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return ReferenceList | |
|---|---|
ReferenceList |
EncryptedKey.getReferenceList()
Gets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key. |
| Methods in org.opensaml.xml.encryption with parameters of type ReferenceList | |
|---|---|
void |
EncryptedKey.setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key. |
| Uses of ReferenceList in org.opensaml.xml.encryption.impl |
|---|
| Classes in org.opensaml.xml.encryption.impl that implement ReferenceList | |
|---|---|
class |
ReferenceListImpl
Concrete implementation of ReferenceList |
| Methods in org.opensaml.xml.encryption.impl that return 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. |
| Methods in org.opensaml.xml.encryption.impl with parameters of type ReferenceList | |
|---|---|
void |
EncryptedKeyImpl.setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key. |
| Uses of ReferenceList in org.opensaml.xml.encryption.validator |
|---|
| Methods in org.opensaml.xml.encryption.validator with parameters of type ReferenceList | |
|---|---|
void |
ReferenceListSchemaValidator.validate(ReferenceList xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
ReferenceListSchemaValidator.validateReferences(ReferenceList xmlObject)
Validate the list of references. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||