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 CipherValue
XMLCipher. createCipherValue(String value)
Create a CipherValue elementCipherValue
CipherData. getCipherValue()
Returns the cipher value as a base64 encodedbyte
array.Methods in org.apache.xml.security.encryption with parameters of type CipherValue Modifier and Type Method Description void
CipherData. setCipherValue(CipherValue value)
Sets theCipherData
's value.
-