|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CipherReference | |
|---|---|
| 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 CipherReference in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return CipherReference | |
|---|---|
CipherReference |
CipherData.getCipherReference()
Get the CipherReference which points to the location encrypted data. |
| Methods in org.opensaml.xml.encryption with parameters of type CipherReference | |
|---|---|
void |
CipherData.setCipherReference(CipherReference newCipherReference)
Get the CipherReference which points to the location encrypted data. |
| Uses of CipherReference in org.opensaml.xml.encryption.impl |
|---|
| Classes in org.opensaml.xml.encryption.impl that implement CipherReference | |
|---|---|
class |
CipherReferenceImpl
Concrete implementation of CipherReference. |
| Methods in org.opensaml.xml.encryption.impl that return CipherReference | |
|---|---|
CipherReference |
CipherReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
CipherReference |
CipherReferenceBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
CipherReference |
CipherDataImpl.getCipherReference()
Get the CipherReference which points to the location encrypted data. |
| Methods in org.opensaml.xml.encryption.impl with parameters of type CipherReference | |
|---|---|
void |
CipherDataImpl.setCipherReference(CipherReference newCipherReference)
Get the CipherReference which points to the location encrypted data. |
| Uses of CipherReference in org.opensaml.xml.encryption.validator |
|---|
| Methods in org.opensaml.xml.encryption.validator with parameters of type CipherReference | |
|---|---|
void |
CipherReferenceSchemaValidator.validate(CipherReference xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
CipherReferenceSchemaValidator.validateURI(CipherReference xmlObject)
Validate the URI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||