| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.cipher |
Contains implementations of symmetric cipher and key-wrap algorithms.
|
| com.entrust.toolkit.security.crypto.rsa |
Contains an implementation of the RSA public key cryptosystem and related functionality.
|
| Class and Description |
|---|
| AesCipher
An implementation of the AES symmetric block cipher.
|
| BlockMechanism
Represents a block mechanism in Entrust's symmetric block cipher
architecture; it contains the common functionality used by all block
mechanism implementations.
|
| PaddingMechanism
Represents a padding mechanism in Entrust's symmetric cipher architecture.
|
| SymmetricBlockCipher
Defines Entrust's symmetric block cipher architecture; it contains all the
common functionality used by Entrust's symmetric block cipher algorithms.
|
| Class and Description |
|---|
| AsymmetricCipher
Defines Entrust's asymmetric cipher architecture; it contains all the common
functionality used by Entrust's asymmetric block cipher implementations.
|