Interface VerifiedSignatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VerifiedSignature,VerifiedSignature.Builder
public interface VerifiedSignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring filter = 7;com.google.protobuf.ByteStringstring filter = 7;booleanbool is_valid = 6;string signature_name = 1;com.google.protobuf.ByteStringstring signature_name = 1;string signing_contact = 2;com.google.protobuf.ByteStringstring signing_contact = 2;com.google.protobuf.Timestamp.google.protobuf.Timestamp signing_date = 5;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp signing_date = 5;string signing_location = 4;com.google.protobuf.ByteStringstring signing_location = 4;string signing_reason = 3;com.google.protobuf.ByteStringstring signing_reason = 3;boolean.google.protobuf.Timestamp signing_date = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSignatureName
String getSignatureName()string signature_name = 1;- Returns:
- The signatureName.
-
getSignatureNameBytes
com.google.protobuf.ByteString getSignatureNameBytes()string signature_name = 1;- Returns:
- The bytes for signatureName.
-
getSigningContact
String getSigningContact()string signing_contact = 2;- Returns:
- The signingContact.
-
getSigningContactBytes
com.google.protobuf.ByteString getSigningContactBytes()string signing_contact = 2;- Returns:
- The bytes for signingContact.
-
getSigningReason
String getSigningReason()string signing_reason = 3;- Returns:
- The signingReason.
-
getSigningReasonBytes
com.google.protobuf.ByteString getSigningReasonBytes()string signing_reason = 3;- Returns:
- The bytes for signingReason.
-
getSigningLocation
String getSigningLocation()string signing_location = 4;- Returns:
- The signingLocation.
-
getSigningLocationBytes
com.google.protobuf.ByteString getSigningLocationBytes()string signing_location = 4;- Returns:
- The bytes for signingLocation.
-
hasSigningDate
boolean hasSigningDate().google.protobuf.Timestamp signing_date = 5;- Returns:
- Whether the signingDate field is set.
-
getSigningDate
com.google.protobuf.Timestamp getSigningDate().google.protobuf.Timestamp signing_date = 5;- Returns:
- The signingDate.
-
getSigningDateOrBuilder
com.google.protobuf.TimestampOrBuilder getSigningDateOrBuilder().google.protobuf.Timestamp signing_date = 5; -
getIsValid
boolean getIsValid()bool is_valid = 6;- Returns:
- The isValid.
-
getFilter
String getFilter()string filter = 7;- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()string filter = 7;- Returns:
- The bytes for filter.
-