Interface CryptoOuterClass.SigningPublicKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CryptoOuterClass.SigningPublicKey, CryptoOuterClass.SigningPublicKey.Builder
Enclosing class:
CryptoOuterClass

public static interface CryptoOuterClass.SigningPublicKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The serialization format of the public key Required
    int
    The serialization format of the public key Required
    com.google.protobuf.ByteString
    Serialized public key in the format specified above Required: must be non-empty
    The key specification Required
    int
    The key specification 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()
       The serialization format of the public key
      
       Required
       
      .com.daml.ledger.api.v2.CryptoKeyFormat format = 1;
      Returns:
      The enum numeric value on the wire for format.
    • getFormat

       The serialization format of the public key
      
       Required
       
      .com.daml.ledger.api.v2.CryptoKeyFormat format = 1;
      Returns:
      The format.
    • getKeyData

      com.google.protobuf.ByteString getKeyData()
       Serialized public key in the format specified above
      
       Required: must be non-empty
       
      bytes key_data = 2;
      Returns:
      The keyData.
    • getKeySpecValue

      int getKeySpecValue()
       The key specification
      
       Required
       
      .com.daml.ledger.api.v2.SigningKeySpec key_spec = 3;
      Returns:
      The enum numeric value on the wire for keySpec.
    • getKeySpec

       The key specification
      
       Required
       
      .com.daml.ledger.api.v2.SigningKeySpec key_spec = 3;
      Returns:
      The keySpec.