| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.cipher |
Contains implementations of symmetric cipher and key-wrap algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CbcBlockMechanism
An implementation of the Cipher Block Chaining (CBC) block mechanism in
Entrust's symmetric block cipher architecture.
|
class |
CfbBlockMechanism
An implementation of the Cipher Feedback (CFB) block mechanism in Entrust's
symmetric block cipher architecture.
|
class |
EcbBlockMechanism
An implementation of the Electronic Codebook (ECB) block mechanism in
Entrust's symmetric block cipher architecture.
|
class |
GcmBlockMechanism
An implementation of the Galois Counter Mode (GCM) block mechanism in
Entrust's symmetric block cipher architecture.
|
class |
OfbBlockMechanism
An implementation of the Output Feedback (OFB) block mechanism in Entrust's
symmetric block cipher architecture.
|
class |
OpenPgpCfbBlockMechanism
An implementation of the OpenPGP Cipher Feedback (OpenPGPCFB) block mechanism
in Entrust's symmetric block cipher architecture.
|