Uses of Interface
org.apache.xml.security.encryption.CipherValue
Packages that use CipherValue
-
Uses of CipherValue in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement CipherValueFields in org.apache.xml.security.encryption declared as CipherValueModifier and TypeFieldDescriptionprivate CipherValueXMLCipher.Factory.CipherDataImpl.cipherValueMethods in org.apache.xml.security.encryption that return CipherValueModifier and TypeMethodDescriptionXMLCipher.createCipherValue(String value) Create a CipherValue elementCipherData.getCipherValue()Returns the cipher value as a base64 encodedbytearray.XMLCipher.Factory.CipherDataImpl.getCipherValue()Returns the cipher value as a base64 encodedbytearray.(package private) CipherValueXMLCipher.Factory.newCipherValue(String value) (package private) CipherValueXMLCipher.Factory.newCipherValue(Element element) Methods in org.apache.xml.security.encryption with parameters of type CipherValueModifier and TypeMethodDescriptionvoidCipherData.setCipherValue(CipherValue value) Sets theCipherData's value.voidXMLCipher.Factory.CipherDataImpl.setCipherValue(CipherValue value) Sets theCipherData's value.