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. -
-
Uses of CipherValue in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return CipherValue Modifier and Type Method Description CipherValue
CipherData. 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 void
CipherData. setCipherValue(CipherValue newCipherValue)
Set the base64-encoded data representing the encrypted form of the plaintext data.
-