| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.mac |
Contains implementations of message authentication code (MAC) algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Md5HMac
An implementation of the HMAC message authentication code algorithm that uses
MD5 as the underlying hash function.
|
class |
Sha1HMac
An implementation of the HMAC message authentication code algorithm that uses
SHA-1 as the underlying hash function.
|
class |
Sha224HMac
An implementation of the HMAC message authentication code algorithm that uses
SHA-224 as the underlying hash function.
|
class |
Sha256HMac
An implementation of the HMAC message authentication code algorithm that uses
SHA-256 as the underlying hash function.
|
class |
Sha384HMac
An implementation of the HMAC message authentication code algorithm that uses
SHA-384 as the underlying hash function.
|
class |
Sha512HMac
An implementation of the HMAC message authentication code algorithm that uses
SHA-512 as the underlying hash function.
|