Interface InteractiveSubmissionServiceOuterClass.SignatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionServiceOuterClass.Signature,InteractiveSubmissionServiceOuterClass.Signature.Builder
- Enclosing class:
- InteractiveSubmissionServiceOuterClass
public static interface InteractiveSubmissionServiceOuterClass.SignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.com.daml.ledger.api.v2.interactive.SignatureFormat format = 1 [json_name = "format"];int.com.daml.ledger.api.v2.interactive.SignatureFormat format = 1 [json_name = "format"];com.google.protobuf.ByteStringbytes signature = 2 [json_name = "signature"];The fingerprint/id of the keypair used to create this signature and needed to verify.com.google.protobuf.ByteStringThe fingerprint/id of the keypair used to create this signature and needed to verify.The signing algorithm specification used to produce this signatureintThe signing algorithm specification used to produce this signatureMethods 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
-
getFormatValue
int getFormatValue().com.daml.ledger.api.v2.interactive.SignatureFormat format = 1 [json_name = "format"];- Returns:
- The enum numeric value on the wire for format.
-
getFormat
.com.daml.ledger.api.v2.interactive.SignatureFormat format = 1 [json_name = "format"];- Returns:
- The format.
-
getSignature
com.google.protobuf.ByteString getSignature()bytes signature = 2 [json_name = "signature"];- Returns:
- The signature.
-
getSignedBy
String getSignedBy()The fingerprint/id of the keypair used to create this signature and needed to verify.
string signed_by = 3 [json_name = "signedBy"];- Returns:
- The signedBy.
-
getSignedByBytes
com.google.protobuf.ByteString getSignedByBytes()The fingerprint/id of the keypair used to create this signature and needed to verify.
string signed_by = 3 [json_name = "signedBy"];- Returns:
- The bytes for signedBy.
-
getSigningAlgorithmSpecValue
int getSigningAlgorithmSpecValue()The signing algorithm specification used to produce this signature
.com.daml.ledger.api.v2.interactive.SigningAlgorithmSpec signing_algorithm_spec = 4 [json_name = "signingAlgorithmSpec"];- Returns:
- The enum numeric value on the wire for signingAlgorithmSpec.
-
getSigningAlgorithmSpec
InteractiveSubmissionServiceOuterClass.SigningAlgorithmSpec getSigningAlgorithmSpec()The signing algorithm specification used to produce this signature
.com.daml.ledger.api.v2.interactive.SigningAlgorithmSpec signing_algorithm_spec = 4 [json_name = "signingAlgorithmSpec"];- Returns:
- The signingAlgorithmSpec.
-