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 Type
    Method
    Description
    Required
    int
    Required
    com.google.protobuf.ByteString
    Required: must be non-empty
    The fingerprint/id of the keypair used to create this signature and needed to verify.
    com.google.protobuf.ByteString
    The fingerprint/id of the keypair used to create this signature and needed to verify.
    The signing algorithm specification used to produce this signature Required
    int
    The signing algorithm specification used to produce this signature Required

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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.