Uses of Interface
org.apache.xml.security.encryption.CipherReference
Packages that use CipherReference
-
Uses of CipherReference in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement CipherReferenceFields in org.apache.xml.security.encryption declared as CipherReferenceModifier and TypeFieldDescriptionprivate CipherReference
XMLCipher.Factory.CipherDataImpl.cipherReference
Methods in org.apache.xml.security.encryption that return CipherReferenceModifier and TypeMethodDescriptionXMLCipher.createCipherReference
(String uri) Create a CipherReference objectCipherData.getCipherReference()
Returns a reference to an external location containing the encrypted octet sequence (byte
array).XMLCipher.Factory.CipherDataImpl.getCipherReference()
Returns a reference to an external location containing the encrypted octet sequence (byte
array).(package private) CipherReference
XMLCipher.Factory.newCipherReference
(String uri) (package private) CipherReference
XMLCipher.Factory.newCipherReference
(Element element) Methods in org.apache.xml.security.encryption with parameters of type CipherReferenceModifier and TypeMethodDescriptionvoid
CipherData.setCipherReference
(CipherReference reference) Sets theCipherData
's reference.void
XMLCipher.Factory.CipherDataImpl.setCipherReference
(CipherReference reference) Sets theCipherData
's reference.