public interface AesCmacKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKeyValue()
bytes key_value = 2 [ctype = STRING_PIECE]; |
AesCmacParams |
getParams()
.google.crypto.tink.AesCmacParams params = 3; |
AesCmacParamsOrBuilder |
getParamsOrBuilder()
.google.crypto.tink.AesCmacParams params = 3; |
int |
getVersion()
uint32 version = 1; |
boolean |
hasParams()
.google.crypto.tink.AesCmacParams params = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVersion()
uint32 version = 1;com.google.protobuf.ByteString getKeyValue()
bytes key_value = 2 [ctype = STRING_PIECE];boolean hasParams()
.google.crypto.tink.AesCmacParams params = 3;AesCmacParams getParams()
.google.crypto.tink.AesCmacParams params = 3;AesCmacParamsOrBuilder getParamsOrBuilder()
.google.crypto.tink.AesCmacParams params = 3;