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
|