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 class
XMLCipher.Factory.CipherDataImpl
Fields in org.apache.xml.security.encryption declared as CipherData Modifier and Type Field Description private CipherData
XMLCipher.Factory.EncryptedTypeImpl. cipherData
private CipherData
XMLCipherInput. cipherData
The data we are working withMethods in org.apache.xml.security.encryption that return CipherData Modifier and Type Method Description CipherData
XMLCipher. createCipherData(int type)
Create a CipherData objectCipherData
EncryptedType. getCipherData()
Returns theCipherReference
that contains theCipherValue
orCipherReference
with the encrypted data.CipherData
XMLCipher.Factory.EncryptedTypeImpl. getCipherData()
(package private) CipherData
XMLCipher.Factory. newCipherData(int type)
(package private) CipherData
XMLCipher.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) 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 CipherData Constructor Description EncryptedDataImpl(CipherData data)
EncryptedKeyImpl(CipherData data)
EncryptedTypeImpl(CipherData data)
Constructor.XMLCipherInput(CipherData data)
Constructor for processing encrypted octets
-