| Package | Description |
|---|---|
| com.google.crypto.tink.aead |
| Modifier and Type | Field and Description |
|---|---|
static AesEaxParameters |
PredefinedAeadParameters.AES128_EAX
A
Parameters object for generating new instances of AesEaxKey with the following parameters:
Key size: 16 bytes
IV size: 16 bytes
|
static AesEaxParameters |
PredefinedAeadParameters.AES256_EAX
A
Parameters object for generating new instances of AesEaxKey with the following parameters:
Key size: 32 bytes
IV size: 16 bytes
|
| Modifier and Type | Method and Description |
|---|---|
AesEaxParameters |
AesEaxParameters.Builder.build() |
AesEaxParameters |
AesEaxKey.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
AesEaxKey.Builder |
AesEaxKey.Builder.setParameters(AesEaxParameters parameters) |