Uses of Interface
org.apache.xml.security.encryption.CipherData
Packages that use CipherData
-
Uses of CipherData in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement CipherDataFields in org.apache.xml.security.encryption declared as CipherDataModifier and TypeFieldDescriptionprivate CipherData
XMLCipher.Factory.EncryptedTypeImpl.cipherData
private CipherData
XMLCipherInput.cipherData
The data we are working withMethods in org.apache.xml.security.encryption that return CipherDataModifier and TypeMethodDescriptionXMLCipher.createCipherData
(int type) Create a CipherData objectEncryptedType.getCipherData()
Returns theCipherReference
that contains theCipherValue
orCipherReference
with the encrypted data.XMLCipher.Factory.EncryptedTypeImpl.getCipherData()
(package private) CipherData
XMLCipher.Factory.newCipherData
(int type) (package private) CipherData
XMLCipher.Factory.newCipherData
(Element element) Methods in org.apache.xml.security.encryption with parameters of type CipherDataModifier and TypeMethodDescription(package private) EncryptedData
XMLCipher.Factory.newEncryptedData
(CipherData data) (package private) EncryptedKey
XMLCipher.Factory.newEncryptedKey
(CipherData data) Constructors in org.apache.xml.security.encryption with parameters of type CipherDataModifierConstructorDescriptionEncryptedDataImpl
(CipherData data) EncryptedKeyImpl
(CipherData data) protected
EncryptedTypeImpl
(CipherData data) Constructor.XMLCipherInput
(CipherData data) Constructor for processing encrypted octets