Uses of Interface
org.apache.xml.security.encryption.CipherData
-
Packages that use CipherData Package Description org.apache.xml.security.encryption -
-
Uses of CipherData in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement CipherData Modifier and Type Class Description private classXMLCipher.Factory.CipherDataImplFields in org.apache.xml.security.encryption declared as CipherData Modifier and Type Field Description private CipherDataXMLCipher.Factory.EncryptedTypeImpl. cipherDataprivate CipherDataXMLCipherInput. cipherDataThe data we are working withMethods in org.apache.xml.security.encryption that return CipherData Modifier and Type Method Description CipherDataXMLCipher. createCipherData(int type)Create a CipherData objectCipherDataEncryptedType. getCipherData()Returns theCipherReferencethat contains theCipherValueorCipherReferencewith the encrypted data.CipherDataXMLCipher.Factory.EncryptedTypeImpl. getCipherData()(package private) CipherDataXMLCipher.Factory. newCipherData(int type)(package private) CipherDataXMLCipher.Factory. newCipherData(org.w3c.dom.Element element)Methods in org.apache.xml.security.encryption with parameters of type CipherData Modifier and Type Method Description (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 CipherData Constructor Description EncryptedDataImpl(CipherData data)EncryptedKeyImpl(CipherData data)EncryptedTypeImpl(CipherData data)Constructor.XMLCipherInput(CipherData data)Constructor for processing encrypted octets
-