Uses of Interface
org.apache.xml.security.encryption.CipherValue
-
Packages that use CipherValue Package Description org.apache.xml.security.encryption -
-
Uses of CipherValue in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return CipherValue Modifier and Type Method Description CipherValueXMLCipher. createCipherValue(String value)Create a CipherValue elementCipherValueCipherData. getCipherValue()Returns the cipher value as a base64 encodedbytearray.Methods in org.apache.xml.security.encryption with parameters of type CipherValue Modifier and Type Method Description voidCipherData. setCipherValue(CipherValue value)Sets theCipherData's value.
-