| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.cipher |
Contains implementations of symmetric cipher and key-wrap algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|