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
Methods 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.Constructors in org.apache.xml.security.encryption with parameters of type CipherData Constructor Description XMLCipherInput(CipherData data)
Constructor for processing encrypted octets
-