| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.mac |
Contains implementations of message authentication code (MAC) algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AesCMac
A software based implementation of the CMAC message authentication code
algorithm that uses AES as the underlying symmetric cipher.
|
class |
TripleDesCMac
A software based implementation of the CMAC message authentication code
algorithm that uses DESede as the underlying symmetric cipher.
|