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 CipherValue
XMLCipher.Factory.CipherDataImpl.cipherValue
Methods 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 encodedbyte
array.XMLCipher.Factory.CipherDataImpl.getCipherValue()
Returns the cipher value as a base64 encodedbyte
array.(package private) CipherValue
XMLCipher.Factory.newCipherValue
(String value) (package private) CipherValue
XMLCipher.Factory.newCipherValue
(Element element) Methods in org.apache.xml.security.encryption with parameters of type CipherValueModifier and TypeMethodDescriptionvoid
CipherData.setCipherValue
(CipherValue value) Sets theCipherData
's value.void
XMLCipher.Factory.CipherDataImpl.setCipherValue
(CipherValue value) Sets theCipherData
's value.