| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.cipher |
Contains implementations of symmetric cipher and key-wrap algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AesCipher
An implementation of the AES symmetric block cipher.
|
static class |
AesCipher.CBCPKCS5Padding
The constructor; creates a new instance of the AES/CBC/PKCS5Padding
symmetric cipher algorithm.
|
static class |
AesCipher.GcmNoPadding
An implementation of the AES symmetric cipher algorithm configured for
operation with the GCM block mode and the NoPadding padding type.
|
class |
AesKeyWrap
An implementation of the AES key wrap algorithm, as defined in the AES Key Wrap
Specification.
|
class |
AesKeyWrapPad
An implementation of the AES key wrap algorithm, as defined in the AES Key Wrap
Specification.
|
class |
Cast128Cipher
An implementation of the CAST128 symmetric block cipher (aka CAST5).
|
class |
Cast3Cipher
An implementation of the CAST3 symmetric block cipher.
|
class |
DesCipher
An implementation of the DES symmetric block cipher.
|
class |
IdeaCipher
An implementation of the IDEA symmetric block cipher (International Data
Encryption Algorithm).
|
class |
TripleDesCipher
An implementation of the Triple DES symmetric block cipher.
|