Uses of Interface
org.opensaml.xmlsec.encryption.CipherValue
-
Packages that use CipherValue 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. -
-
Uses of CipherValue in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return CipherValue Modifier and Type Method Description CipherValueCipherData. getCipherValue()Get the base64-encoded data representing the encrypted form of the plaintext data.Methods in org.opensaml.xmlsec.encryption with parameters of type CipherValue Modifier and Type Method Description voidCipherData. 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 CipherValue Modifier and Type Class Description classCipherValueImplConcrete implementation ofCipherValue.Fields in org.opensaml.xmlsec.encryption.impl declared as CipherValue Modifier and Type Field Description private CipherValueCipherDataImpl. cipherValueCipherValue child element.Methods in org.opensaml.xmlsec.encryption.impl that return CipherValue Modifier and Type Method Description CipherValueCipherValueBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.CipherValueCipherValueBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.CipherValueCipherDataImpl. 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 CipherValue Modifier and Type Method Description voidCipherDataImpl. setCipherValue(CipherValue newCipherValue)Set the base64-encoded data representing the encrypted form of the plaintext data.
-