| Package | Description |
|---|---|
| com.google.crypto.tink.prf |
| Modifier and Type | Field and Description |
|---|---|
static HmacPrfParameters |
PredefinedPrfParameters.HMAC_SHA256_PRF
A
Parameters object for generating new instances of HmacPrfKey with the
following parameters:
Hash function: SHA256
HMAC key size: 32 bytes
|
static HmacPrfParameters |
PredefinedPrfParameters.HMAC_SHA512_PRF
A
Parameters object for generating new instances of HmacPrfKey with the
following parameters:
Hash function: SHA512
HMAC key size: 64 bytes
|
| Modifier and Type | Method and Description |
|---|---|
HmacPrfParameters |
HmacPrfParameters.Builder.build() |
HmacPrfParameters |
HmacPrfKey.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
HmacPrfKey.Builder |
HmacPrfKey.Builder.setParameters(HmacPrfParameters parameters) |