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
Classes in org.apache.xml.security.encryption that implement CipherReference Modifier and Type Class Description private classXMLCipher.Factory.CipherReferenceImplFields in org.apache.xml.security.encryption declared as CipherReference Modifier and Type Field Description private CipherReferenceXMLCipher.Factory.CipherDataImpl. cipherReferenceMethods in org.apache.xml.security.encryption that return CipherReference Modifier and Type Method Description CipherReferenceXMLCipher. createCipherReference(java.lang.String uri)Create a CipherReference objectCipherReferenceCipherData. getCipherReference()Returns a reference to an external location containing the encrypted octet sequence (bytearray).CipherReferenceXMLCipher.Factory.CipherDataImpl. getCipherReference()Returns a reference to an external location containing the encrypted octet sequence (bytearray).(package private) CipherReferenceXMLCipher.Factory. newCipherReference(java.lang.String uri)(package private) CipherReferenceXMLCipher.Factory. newCipherReference(org.w3c.dom.Element element)Methods in org.apache.xml.security.encryption with parameters of type CipherReference Modifier and Type Method Description voidCipherData. setCipherReference(CipherReference reference)Sets theCipherData's reference.voidXMLCipher.Factory.CipherDataImpl. setCipherReference(CipherReference reference)Sets theCipherData's reference.
-