| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.mac |
Contains implementations of message authentication code (MAC) algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AesMac |
class |
Cast128Mac
A software based implementation of the DAC message authentication code
algorithm that uses CAST128 as the underlying symmetric cipher.
|
class |
DesMac
A software based implementation of the DAC message authentication code
algorithm that uses DES as the underlying symmetric cipher.
|
class |
IdeaMac
A software based implementation of the DAC message authentication code
algorithm that uses IDEA as the underlying symmetric cipher.
|
class |
TripleDesMac
A software based implementation of the DAC message authentication code
algorithm that uses DESede as the underlying symmetric cipher.
|