Uses of Class
org.apache.xml.security.encryption.XMLCipher
Packages that use XMLCipher
-
Uses of XMLCipher in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return XMLCipherModifier and TypeMethodDescriptionstatic XMLCipher
XMLCipher.getInstance()
Returns anXMLCipher
that implements no specific transformation, and can therefore only be used for decrypt or unwrap operations where the encryption method is defined in theEncryptionMethod
element.static XMLCipher
XMLCipher.getInstance
(String transformation) Returns anXMLCipher
that implements the specified transformation and operates on the specified context document.static XMLCipher
XMLCipher.getInstance
(String transformation, String canon) Returns anXMLCipher
that implements the specified transformation, operates on the specified context document and serializes the document with the specified canonicalization algorithm before it encrypts the document.static XMLCipher
XMLCipher.getInstance
(String transformation, String canon, String digestMethod) Returns anXMLCipher
that implements the specified transformation, operates on the specified context document and serializes the document with the specified canonicalization algorithm before it encrypts the document.static XMLCipher
XMLCipher.getProviderInstance
(String provider) Returns anXMLCipher
that implements no specific transformation, and can therefore only be used for decrypt or unwrap operations where the encryption method is defined in theEncryptionMethod
element.static XMLCipher
XMLCipher.getProviderInstance
(String transformation, String provider) Returns anXMLCipher
that implements the specified transformation and operates on the specified context document.static XMLCipher
XMLCipher.getProviderInstance
(String transformation, String provider, String canon) Returns anXMLCipher
that implements the specified transformation, operates on the specified context document and serializes the document with the specified canonicalization algorithm before it encrypts the document.static XMLCipher
XMLCipher.getProviderInstance
(String transformation, String provider, String canon, String digestMethod) Returns anXMLCipher
that implements the specified transformation, operates on the specified context document and serializes the document with the specified canonicalization algorithm before it encrypts the document.