Uses of Interface
org.apache.xml.security.encryption.CipherReference
-
Packages that use CipherReference Package Description org.apache.xml.security.encryption -
-
Uses of CipherReference in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return CipherReference Modifier and Type Method Description CipherReference
XMLCipher. createCipherReference(String uri)
Create a CipherReference objectCipherReference
CipherData. getCipherReference()
Returns a reference to an external location containing the encrypted octet sequence (byte
array).Methods in org.apache.xml.security.encryption with parameters of type CipherReference Modifier and Type Method Description void
CipherData. setCipherReference(CipherReference reference)
Sets theCipherData
's reference.
-