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.
-
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 TypeMethodDescriptionvoidCipherData.setCipherValue(CipherValue newCipherValue) Set the base64-encoded data representing the encrypted form of the plaintext data.