Uses of Class
org.apache.xml.security.encryption.XMLCipher

Packages that use XMLCipher
Package
Description
 
  • Uses of XMLCipher in org.apache.xml.security.encryption

    Modifier and Type
    Method
    Description
    static XMLCipher
    XMLCipher.getInstance()
    Returns an XMLCipher that implements no specific transformation, and can therefore only be used for decrypt or unwrap operations where the encryption method is defined in the EncryptionMethod element.
    static XMLCipher
    XMLCipher.getInstance(String transformation)
    Returns an XMLCipher that implements the specified transformation and operates on the specified context document.
    static XMLCipher
    XMLCipher.getInstance(String transformation, String canon)
    Returns an XMLCipher 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 an XMLCipher 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 an XMLCipher that implements no specific transformation, and can therefore only be used for decrypt or unwrap operations where the encryption method is defined in the EncryptionMethod element.
    static XMLCipher
    XMLCipher.getProviderInstance(String transformation, String provider)
    Returns an XMLCipher that implements the specified transformation and operates on the specified context document.
    static XMLCipher
    XMLCipher.getProviderInstance(String transformation, String provider, String canon)
    Returns an XMLCipher 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 an XMLCipher 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.