| Package | Description |
|---|---|
| com.google.crypto.tink.mac | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static Mac |
MacFactory.getPrimitive(KeysetHandle keysetHandle) |
static Mac |
MacFactory.getPrimitive(KeysetHandle keysetHandle,
KeyManager<Mac> keyManager) |
| Modifier and Type | Method and Description |
|---|---|
static Mac |
MacFactory.getPrimitive(KeysetHandle keysetHandle,
KeyManager<Mac> keyManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
AesCmac
An implementation of CMAC following RFC 4493.
|
class |
MacJce
Mac implementations in JCE. |
| Constructor and Description |
|---|
EncryptThenAuthenticate(IndCpaCipher cipher,
Mac mac,
int macLength) |