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
Classes in org.apache.xml.security.encryption that implement CipherValue Modifier and Type Class Description private class
XMLCipher.Factory.CipherValueImpl
Fields in org.apache.xml.security.encryption declared as CipherValue Modifier and Type Field Description private CipherValue
XMLCipher.Factory.CipherDataImpl. cipherValue
Methods in org.apache.xml.security.encryption that return CipherValue Modifier and Type Method Description CipherValue
XMLCipher. createCipherValue(java.lang.String value)
Create a CipherValue elementCipherValue
CipherData. getCipherValue()
Returns the cipher value as a base64 encodedbyte
array.CipherValue
XMLCipher.Factory.CipherDataImpl. getCipherValue()
Returns the cipher value as a base64 encodedbyte
array.(package private) CipherValue
XMLCipher.Factory. newCipherValue(java.lang.String value)
(package private) CipherValue
XMLCipher.Factory. newCipherValue(org.w3c.dom.Element element)
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.void
XMLCipher.Factory.CipherDataImpl. setCipherValue(CipherValue value)
Sets theCipherData
's value.
-