| Modifier and Type | Field and Description |
|---|---|
static AesCmacParameters |
AES_CMAC
A
Parameters object for generating new instances of CmacKey with the following
parameters:
Key size: 32 bytes
Tag size: 16 bytes
OutputPrefixType: TINK
|
static HmacParameters |
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 |
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 |
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 |
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
|
public static final HmacParameters HMAC_SHA256_128BITTAG
Parameters object for generating new instances of HmacKey with the following
parameters:
public static final HmacParameters HMAC_SHA256_256BITTAG
Parameters object for generating new instances of HmacKey with the following
parameters:
public static final HmacParameters HMAC_SHA512_256BITTAG
Parameters object for generating new instances of HmacKey with the following
parameters:
public static final HmacParameters HMAC_SHA512_512BITTAG
Parameters object for generating new instances of HmacKey with the following
parameters:
public static final AesCmacParameters AES_CMAC
Parameters object for generating new instances of CmacKey with the following
parameters: