|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLCipher | |
---|---|
org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
Uses of XMLCipher in org.apache.xml.security.encryption |
---|
Methods in org.apache.xml.security.encryption that return XMLCipher | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |