| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.mac |
Contains implementations of message authentication code (MAC) algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Md5HMacKeyGenerator
A software based implementation of the HmacMD5 key generation algorithm.
|
class |
Sha1HMacKeyGenerator
A software based implementation of the HmacSHA1 key generation algorithm.
|
class |
Sha224HMacKeyGenerator
A software based implementation of the HmacSHA224 key generation algorithm.
|
class |
Sha256HMacKeyGenerator
A software based implementation of the HmacSHA256 key generation algorithm.
|
class |
Sha384HMacKeyGenerator
A software based implementation of the HmacSHA384 key generation algorithm.
|
class |
Sha512HMacKeyGenerator
A software based implementation of the HmacSHA512 key generation algorithm.
|