| Package | Description |
|---|---|
| com.entrust.toolkit.xencrypt.init |
Contains classes used to encapsulate the Toolkit's XML encryption
constants and for initializing the Toolkit in preparation for XML encryption
and decryption operations.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
XMLEInit.getAlgorithmProperty(java.lang.String key)
Searches for an element among the encryption algorithm properties.
|
static java.lang.String |
XMLEInit.getInitProperty(java.lang.String key)
Searches for the value (corresponding to a key) in the XMLE properties.
|
| Constructor and Description |
|---|
XMLEInit(java.io.InputStream initProperties)
Deprecated.
As of JTK 6.1; Use
XMLEInit(iaik.ixsil.util.URI initPropertiesLocation) instead.
|
XMLEInit(URI initPropertiesLocation)
Initializes the toolkit to perform encryption or decryption of XML documents.
|