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 classXMLCipher.Factory.CipherValueImplFields in org.apache.xml.security.encryption declared as CipherValue Modifier and Type Field Description private CipherValueXMLCipher.Factory.CipherDataImpl. cipherValueMethods in org.apache.xml.security.encryption that return CipherValue Modifier and Type Method Description CipherValueXMLCipher. createCipherValue(java.lang.String value)Create a CipherValue elementCipherValueCipherData. getCipherValue()Returns the cipher value as a base64 encodedbytearray.CipherValueXMLCipher.Factory.CipherDataImpl. getCipherValue()Returns the cipher value as a base64 encodedbytearray.(package private) CipherValueXMLCipher.Factory. newCipherValue(java.lang.String value)(package private) CipherValueXMLCipher.Factory. newCipherValue(org.w3c.dom.Element element)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.voidXMLCipher.Factory.CipherDataImpl. setCipherValue(CipherValue value)Sets theCipherData's value.
-