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