Interface ProtobufMessages.SignatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Signature,ProtobufMessages.Signature.Builder
- Enclosing class:
- ProtobufMessages
public static interface ProtobufMessages.SignatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKeyAlias()optional string key_alias = 1;com.google.protobuf.ByteStringgetKeyAliasBytes()optional string key_alias = 1;com.google.protobuf.ByteStringgetSignature()optional bytes signature = 2;booleanhasKeyAlias()optional string key_alias = 1;booleanhasSignature()optional bytes signature = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKeyAlias
boolean hasKeyAlias()
optional string key_alias = 1;- Returns:
- Whether the keyAlias field is set.
-
getKeyAlias
String getKeyAlias()
optional string key_alias = 1;- Returns:
- The keyAlias.
-
getKeyAliasBytes
com.google.protobuf.ByteString getKeyAliasBytes()
optional string key_alias = 1;- Returns:
- The bytes for keyAlias.
-
hasSignature
boolean hasSignature()
optional bytes signature = 2;- Returns:
- Whether the signature field is set.
-
getSignature
com.google.protobuf.ByteString getSignature()
optional bytes signature = 2;- Returns:
- The signature.
-
-