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