| Class | Description |
|---|---|
| AesCmacKeyManager |
This key manager generates new
AesCmacKey keys and produces new instances of AesCmac. |
| HmacKeyManager |
This key manager generates new
HmacKey keys and produces new instances of PrfHmacJce. |
| MacConfig | |
| MacFactory | Deprecated
Use
keysetHandle.GetPrimitive(Mac.class) after registering the MacWrapper instead. |
| MacKeyTemplates | Deprecated
use the key template methods in the key managers, e.g.,
HmacKeyManager.hmacSha256HalfDigestTemplate().
|