| Package | Description |
|---|---|
| com.google.crypto.tink.mac |
| Modifier and Type | Field and Description |
|---|---|
static HmacParameters |
PredefinedMacParameters.HMAC_SHA256_128BITTAG
A
Parameters object for generating new instances of HmacKey with the following
parameters:
Key size: 32 bytes
Tag size: 16 bytes
Hash function: SHA256
OutputPrefixType: TINK
|
static HmacParameters |
PredefinedMacParameters.HMAC_SHA256_256BITTAG
A
Parameters object for generating new instances of HmacKey with the following
parameters:
Key size: 32 bytes
Tag size: 32 bytes
Hash function: SHA256
OutputPrefixType: TINK
|
static HmacParameters |
PredefinedMacParameters.HMAC_SHA512_256BITTAG
A
Parameters object for generating new instances of HmacKey with the following
parameters:
Key size: 64 bytes
Tag size: 32 bytes
Hash function: SHA512
OutputPrefixType: TINK
|
static HmacParameters |
PredefinedMacParameters.HMAC_SHA512_512BITTAG
A
Parameters object for generating new instances of HmacKey with the following
parameters:
Key size: 64 bytes
Tag size: 64 bytes
Hash function: SHA512
OutputPrefixType: TINK
|
| Modifier and Type | Method and Description |
|---|---|
HmacParameters |
HmacParameters.Builder.build() |
HmacParameters |
HmacKey.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
HmacKey.Builder |
HmacKey.Builder.setParameters(HmacParameters parameters) |