Package com.daml.ledger.api.v2
Interface CryptoOuterClass.SignatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CryptoOuterClass.Signature,CryptoOuterClass.Signature.Builder
- Enclosing class:
CryptoOuterClass
public static interface CryptoOuterClass.SignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequiredintRequiredcom.google.protobuf.ByteStringRequired: must be non-emptyThe 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 signature RequiredintThe signing algorithm specification used to produce this signature RequiredMethods 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()Required
.com.daml.ledger.api.v2.SignatureFormat format = 1;- Returns:
- The enum numeric value on the wire for format.
-
getFormat
CryptoOuterClass.SignatureFormat getFormat()Required
.com.daml.ledger.api.v2.SignatureFormat format = 1;- Returns:
- The format.
-
getSignature
com.google.protobuf.ByteString getSignature()Required: must be non-empty
bytes signature = 2;- Returns:
- The signature.
-
getSignedBy
String getSignedBy()The fingerprint/id of the keypair used to create this signature and needed to verify. Required
string signed_by = 3;- Returns:
- The signedBy.
-
getSignedByBytes
com.google.protobuf.ByteString getSignedByBytes()The fingerprint/id of the keypair used to create this signature and needed to verify. Required
string signed_by = 3;- Returns:
- The bytes for signedBy.
-
getSigningAlgorithmSpecValue
int getSigningAlgorithmSpecValue()The signing algorithm specification used to produce this signature Required
.com.daml.ledger.api.v2.SigningAlgorithmSpec signing_algorithm_spec = 4;- Returns:
- The enum numeric value on the wire for signingAlgorithmSpec.
-
getSigningAlgorithmSpec
CryptoOuterClass.SigningAlgorithmSpec getSigningAlgorithmSpec()The signing algorithm specification used to produce this signature Required
.com.daml.ledger.api.v2.SigningAlgorithmSpec signing_algorithm_spec = 4;- Returns:
- The signingAlgorithmSpec.
-