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 CipherDataXMLCipher. createCipherData(int type)Create a CipherData objectCipherDataEncryptedType. getCipherData()Returns theCipherReferencethat contains theCipherValueorCipherReferencewith 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
-