| Package | Description |
|---|---|
| com.google.crypto.tink.prf |
| Modifier and Type | Field and Description |
|---|---|
static AesCmacPrfParameters |
PredefinedPrfParameters.AES_CMAC_PRF
A
Parameters object for generating new instances of AesCmacKey with the
following parameters:
HMAC key size: 32 bytes
|
| Modifier and Type | Method and Description |
|---|---|
static AesCmacPrfParameters |
AesCmacPrfParameters.create(int keySizeBytes) |
AesCmacPrfParameters |
AesCmacPrfKey.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
static AesCmacPrfKey |
AesCmacPrfKey.create(AesCmacPrfParameters parameters,
SecretBytes keyBytes) |