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 CipherDataXMLCipher.Factory.EncryptedTypeImpl.cipherDataprivate CipherDataXMLCipherInput.cipherDataThe 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 theCipherReferencethat contains theCipherValueorCipherReferencewith the encrypted data.XMLCipher.Factory.EncryptedTypeImpl.getCipherData()(package private) CipherDataXMLCipher.Factory.newCipherData(int type) (package private) CipherDataXMLCipher.Factory.newCipherData(Element element) Methods in org.apache.xml.security.encryption with parameters of type CipherDataModifier and TypeMethodDescription(package private) EncryptedDataXMLCipher.Factory.newEncryptedData(CipherData data) (package private) EncryptedKeyXMLCipher.Factory.newEncryptedKey(CipherData data) Constructors in org.apache.xml.security.encryption with parameters of type CipherDataModifierConstructorDescriptionEncryptedDataImpl(CipherData data) EncryptedKeyImpl(CipherData data) protectedEncryptedTypeImpl(CipherData data) Constructor.XMLCipherInput(CipherData data) Constructor for processing encrypted octets