public interface AesCtrHmacAeadKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AesCtrKey |
getAesCtrKey()
optional .google.crypto.tink.AesCtrKey aes_ctr_key = 2; |
HmacKey |
getHmacKey()
optional .google.crypto.tink.HmacKey hmac_key = 3; |
int |
getVersion()
optional uint32 version = 1; |
boolean |
hasAesCtrKey()
optional .google.crypto.tink.AesCtrKey aes_ctr_key = 2; |
boolean |
hasHmacKey()
optional .google.crypto.tink.HmacKey hmac_key = 3; |
int getVersion()
optional uint32 version = 1;boolean hasAesCtrKey()
optional .google.crypto.tink.AesCtrKey aes_ctr_key = 2;AesCtrKey getAesCtrKey()
optional .google.crypto.tink.AesCtrKey aes_ctr_key = 2;boolean hasHmacKey()
optional .google.crypto.tink.HmacKey hmac_key = 3;HmacKey getHmacKey()
optional .google.crypto.tink.HmacKey hmac_key = 3;