| Package | Description |
|---|---|
| com.entrust.toolkit.xencrypt.algorithms |
Contains an interface and classes that define the behaviour of
encryption algorithms used in XML encryption.
|
| com.entrust.toolkit.xencrypt.core |
Contains classes used to encrypt and decrypt XML elements and sets of
XML elements.
|
| com.entrust.toolkit.xencrypt.exceptions |
Contains classes used to handle exceptions thrown by the Toolkit's XML
encryption code.
|
| 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.
|
| Class and Description |
|---|
| EncryptionAlgorithmException
Signals that an error has occurred while executing a method of class
EncryptionAlgorithm. |
| KeyWrapAlgorithmException
Signals that an error has occurred while executing a method of class
KeyWrapAlgorithm. |
| Class and Description |
|---|
| DecryptorException
Signals that an error has occurred while executing a method of class
Decryptor. |
| EncryptedElementSetException
Signals that an error has occurred while executing a method of class
EncryptedElementSet. |
| EncryptionHandlerException
Signals that an error has occurred while executing a method of class
EncryptionHandler. |
| EncryptorException
Signals that an error has occurred while executing a method of class
Encryptor. |
| Class and Description |
|---|
| EncryptionHandlerException
Signals that an error has occurred while executing a method of class
EncryptionHandler. |
| XMLEException
Base class for exceptions thrown by XMLE.
|
| XMLERuntimeException
This is the base class for Runtime exceptions thrown by XMLE.
|
| Class and Description |
|---|
| XMLEInitException
Indicates that a error occurred when a method of the XMLEInit class was invoked.
|