|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CipherValue | |
|---|---|
| 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. |
| Uses of CipherValue in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return CipherValue | |
|---|---|
CipherValue |
CipherData.getCipherValue()
Get the base64-encoded data representing the the encrypted form of the plaintext data. |
| Methods in org.opensaml.xml.encryption with parameters of type CipherValue | |
|---|---|
void |
CipherData.setCipherValue(CipherValue newCipherValue)
Set the base64-encoded data representing the the encrypted form of the plaintext data. |
| Uses of CipherValue in org.opensaml.xml.encryption.impl |
|---|
| Classes in org.opensaml.xml.encryption.impl that implement CipherValue | |
|---|---|
class |
CipherValueImpl
Concrete implementation of CipherValue. |
| Methods in org.opensaml.xml.encryption.impl that return CipherValue | |
|---|---|
CipherValue |
CipherValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
CipherValue |
CipherValueBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
CipherValue |
CipherDataImpl.getCipherValue()
Get the base64-encoded data representing the the encrypted form of the plaintext data. |
| Methods in org.opensaml.xml.encryption.impl with parameters of type CipherValue | |
|---|---|
void |
CipherDataImpl.setCipherValue(CipherValue newCipherValue)
Set the base64-encoded data representing the the encrypted form of the plaintext data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||