| Package | Description |
|---|---|
| com.google.crypto.tink.streamingaead |
| Modifier and Type | Field and Description |
|---|---|
static AesCtrHmacStreamingParameters |
PredefinedStreamingAeadParameters.AES128_CTR_HMAC_SHA256_1MB
A
Parameters object for generating new instances of AesCtrHmacStreamingKey with
the following parameters:
Size of the main key: 16 bytes
HKDF algo: HMAC-SHA256
Size of AES-CTR derived keys: 16 bytes
Tag algo: HMAC-SHA256
Tag size: 32 bytes
Ciphertext segment size: 1048576 bytes (1 MB)
|
static AesCtrHmacStreamingParameters |
PredefinedStreamingAeadParameters.AES128_CTR_HMAC_SHA256_4KB
A
Parameters object for generating new instances of AesCtrHmacStreamingKey with
the following parameters:
Size of the main key: 16 bytes
HKDF algo: HMAC-SHA256
Size of AES-CTR derived keys: 16 bytes
Tag algo: HMAC-SHA256
Tag size: 32 bytes
Ciphertext segment size: 4096
|
static AesCtrHmacStreamingParameters |
PredefinedStreamingAeadParameters.AES256_CTR_HMAC_SHA256_1MB
A
Parameters object for generating new instances of AesCtrHmacStreamingKey with
the following parameters:
Size of the main key: 32 bytes
HKDF algo: HMAC-SHA256
Size of AES-CTR derived keys: 32 bytes
Tag algo: HMAC-SHA256
Tag size: 32 bytes
Ciphertext segment size: 1048576 bytes (1 MB)
|
static AesCtrHmacStreamingParameters |
PredefinedStreamingAeadParameters.AES256_CTR_HMAC_SHA256_4KB
A
Parameters object for generating new instances of AesCtrHmacStreamingKey with
the following parameters:
Size of the main key: 32 bytes
HKDF algo: HMAC-SHA256
Size of AES-CTR derived keys: 32 bytes
Tag algo: HMAC-SHA256
Tag size: 32 bytes
Ciphertext segment size: 4096
|
| Modifier and Type | Method and Description |
|---|---|
AesCtrHmacStreamingParameters |
AesCtrHmacStreamingParameters.Builder.build()
Checks restrictions as on the devsite
|
AesCtrHmacStreamingParameters |
AesCtrHmacStreamingKey.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
static AesCtrHmacStreamingKey |
AesCtrHmacStreamingKey.create(AesCtrHmacStreamingParameters parameters,
SecretBytes initialKeymaterial) |