| Package | Description |
|---|---|
| com.google.crypto.tink.mac | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static Mac |
MacFactory.getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.GetPrimitive(Mac.class) after registering the MacWrapper instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrfMac
Class that provides the functionality expressed by the Mac primitive using a Prf implementation.
|
| Constructor and Description |
|---|
EncryptThenAuthenticate(IndCpaCipher cipher,
Mac mac,
int macLength) |