Uses of Interface
org.opensaml.xmlsec.encryption.CipherValue
Packages that use CipherValue
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of CipherValue in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return CipherValueModifier and TypeMethodDescriptionCipherData.getCipherValue()
Get the base64-encoded data representing the encrypted form of the plaintext data.Methods in org.opensaml.xmlsec.encryption with parameters of type CipherValueModifier and TypeMethodDescriptionvoid
CipherData.setCipherValue
(CipherValue newCipherValue) Set the base64-encoded data representing the encrypted form of the plaintext data. -
Uses of CipherValue in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement CipherValueFields in org.opensaml.xmlsec.encryption.impl declared as CipherValueModifier and TypeFieldDescriptionprivate CipherValue
CipherDataImpl.cipherValue
CipherValue child element.Methods in org.opensaml.xmlsec.encryption.impl that return CipherValueModifier and TypeMethodDescriptionCipherValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.CipherValueBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.CipherDataImpl.getCipherValue()
Get the base64-encoded data representing the encrypted form of the plaintext data.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type CipherValueModifier and TypeMethodDescriptionvoid
CipherDataImpl.setCipherValue
(CipherValue newCipherValue) Set the base64-encoded data representing the encrypted form of the plaintext data.