| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.mac |
Contains implementations of message authentication code (MAC) algorithms.
|
| Class and Description |
|---|
| CMac
Defines Entrust's Cipher-based Message Authentication Code (CMAC)
architecture; it contains all the common functionality used by Entrust's CMAC
algorithms.
|
| HMac
Defines Entrust's keyed-hashing for message authentication (HMAC)
architecture; it contains all the common functionality used by Entrust's HMAC
algorithms.
|
| HMacKeyGenerator
Defines Entrust's keyed-hashing for message authentication (HMAC) key
generation architecture; it contains all the common functionality used by
Entrust's HMAC key generation algorithm implementations.
|
| SymmetricCipherMac
Defines Entrust's Data Authentication Code (DAC) architecture; it contains
all the common functionality used by Entrust's DAC algorithms.
|