public interface AesGcmHkdfStreamingParamsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCiphertextSegmentSize()
uint32 ciphertext_segment_size = 1; |
int |
getDerivedKeySize()
size of AES-GCM keys derived for each segment
|
HashType |
getHkdfHashType()
.google.crypto.tink.HashType hkdf_hash_type = 3; |
int |
getHkdfHashTypeValue()
.google.crypto.tink.HashType hkdf_hash_type = 3; |
int getCiphertextSegmentSize()
uint32 ciphertext_segment_size = 1;int getDerivedKeySize()
size of AES-GCM keys derived for each segment
uint32 derived_key_size = 2;int getHkdfHashTypeValue()
.google.crypto.tink.HashType hkdf_hash_type = 3;HashType getHkdfHashType()
.google.crypto.tink.HashType hkdf_hash_type = 3;