Package io.provenance.scope.proto
Interface Common.SignatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.Signature,Common.Signature.Builder
- Enclosing class:
- Common
public static interface Common.SignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAlgo()Signature Detailcom.google.protobuf.ByteStringSignature Detailstring provider = 2;com.google.protobuf.ByteStringstring provider = 2;string signature = 3;com.google.protobuf.ByteStringstring signature = 3;Identity of signerIdentity of signerbooleanIdentity of signerMethods 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
-
getAlgo
String getAlgo()Signature Detail
string algo = 1;- Returns:
- The algo.
-
getAlgoBytes
com.google.protobuf.ByteString getAlgoBytes()Signature Detail
string algo = 1;- Returns:
- The bytes for algo.
-
getProvider
String getProvider()string provider = 2;- Returns:
- The provider.
-
getProviderBytes
com.google.protobuf.ByteString getProviderBytes()string provider = 2;- Returns:
- The bytes for provider.
-
getSignature
String getSignature()string signature = 3;- Returns:
- The signature.
-
getSignatureBytes
com.google.protobuf.ByteString getSignatureBytes()string signature = 3;- Returns:
- The bytes for signature.
-
hasSigner
boolean hasSigner()Identity of signer
.io.provenance.scope.SigningAndEncryptionPublicKeys signer = 4;- Returns:
- Whether the signer field is set.
-
getSigner
PK.SigningAndEncryptionPublicKeys getSigner()Identity of signer
.io.provenance.scope.SigningAndEncryptionPublicKeys signer = 4;- Returns:
- The signer.
-
getSignerOrBuilder
PK.SigningAndEncryptionPublicKeysOrBuilder getSignerOrBuilder()Identity of signer
.io.provenance.scope.SigningAndEncryptionPublicKeys signer = 4;
-