| Package | Description |
|---|---|
| com.google.crypto.tink.mac | |
| com.google.crypto.tink.mac.internal | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
AesCmacKey |
AesCmacKey.Builder.build() |
| Constructor and Description |
|---|
ChunkedAesCmacImpl(AesCmacKey key) |
| Modifier and Type | Method and Description |
|---|---|
static Mac |
PrfMac.create(AesCmacKey key)
Creates an object implementing the
Mac interface using an AesCmac underneath. |