public interface AesCtrHmacStreamingKeyFormatOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getKeySize()
size of the main key (aka.
|
AesCtrHmacStreamingParams |
getParams()
optional .google.crypto.tink.AesCtrHmacStreamingParams params = 1; |
boolean |
hasParams()
optional .google.crypto.tink.AesCtrHmacStreamingParams params = 1; |
boolean hasParams()
optional .google.crypto.tink.AesCtrHmacStreamingParams params = 1;AesCtrHmacStreamingParams getParams()
optional .google.crypto.tink.AesCtrHmacStreamingParams params = 1;int getKeySize()
size of the main key (aka. "ikm", input key material)
optional uint32 key_size = 2;