Package | Description |
---|---|
org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
Modifier and Type | Method and Description |
---|---|
CipherValue |
CipherData.getCipherValue()
Get the base64-encoded data representing the the encrypted form of the plaintext data.
|
Modifier and Type | Method and Description |
---|---|
void |
CipherData.setCipherValue(CipherValue newCipherValue)
Set the base64-encoded data representing the the encrypted form of the plaintext data.
|
Modifier and Type | Class and Description |
---|---|
class |
CipherValueImpl
Concrete implementation of
CipherValue . |
Modifier and Type | Method and Description |
---|---|
CipherValue |
CipherValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
CipherValue |
CipherValueBuilder.buildObject(String namespaceURI,
String localName,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CipherDataImpl.setCipherValue(CipherValue newCipherValue)
Set the base64-encoded data representing the the encrypted form of the plaintext data.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.