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 XMLCipherXMLCipher.getInstance()Returns anXMLCipherthat implements no specific transformation, and can therefore only be used for decrypt or unwrap operations where the encryption method is defined in theEncryptionMethodelement.static XMLCipherXMLCipher.getInstance(String transformation) Returns anXMLCipherthat implements the specified transformation and operates on the specified context document.static XMLCipherXMLCipher.getInstance(String transformation, String canon) Returns anXMLCipherthat 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 XMLCipherXMLCipher.getInstance(String transformation, String canon, String digestMethod) Returns anXMLCipherthat 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 XMLCipherXMLCipher.getProviderInstance(String provider) Returns anXMLCipherthat implements no specific transformation, and can therefore only be used for decrypt or unwrap operations where the encryption method is defined in theEncryptionMethodelement.static XMLCipherXMLCipher.getProviderInstance(String transformation, String provider) Returns anXMLCipherthat implements the specified transformation and operates on the specified context document.static XMLCipherXMLCipher.getProviderInstance(String transformation, String provider, String canon) Returns anXMLCipherthat 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 XMLCipherXMLCipher.getProviderInstance(String transformation, String provider, String canon, String digestMethod) Returns anXMLCipherthat implements the specified transformation, operates on the specified context document and serializes the document with the specified canonicalization algorithm before it encrypts the document.