All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.SignatureOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: BasicTypes.proto

package com.hederahashgraph.api.proto.java;

@java.lang.Deprecated public interface SignatureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.Signature)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * smart contract virtual signature (always length zero)
   * 
* * bytes contract = 1; */ com.google.protobuf.ByteString getContract(); /** *
   * ed25519 signature bytes
   * 
* * bytes ed25519 = 2; */ com.google.protobuf.ByteString getEd25519(); /** *
   *RSA-3072 signature bytes
   * 
* * bytes RSA_3072 = 3; */ com.google.protobuf.ByteString getRSA3072(); /** *
   *ECDSA p-384 signature bytes
   * 
* * bytes ECDSA_384 = 4; */ com.google.protobuf.ByteString getECDSA384(); /** *
   * A list of signatures for a single N-of-M threshold Key. This must be a list of exactly M signatures, at least N of which are non-null.
   * 
* * .proto.ThresholdSignature thresholdSignature = 5; */ boolean hasThresholdSignature(); /** *
   * A list of signatures for a single N-of-M threshold Key. This must be a list of exactly M signatures, at least N of which are non-null.
   * 
* * .proto.ThresholdSignature thresholdSignature = 5; */ com.hederahashgraph.api.proto.java.ThresholdSignature getThresholdSignature(); /** *
   * A list of signatures for a single N-of-M threshold Key. This must be a list of exactly M signatures, at least N of which are non-null.
   * 
* * .proto.ThresholdSignature thresholdSignature = 5; */ com.hederahashgraph.api.proto.java.ThresholdSignatureOrBuilder getThresholdSignatureOrBuilder(); /** *
   * A list of M signatures, each corresponding to a Key in a KeyList of the same length.
   * 
* * .proto.SignatureList signatureList = 6; */ boolean hasSignatureList(); /** *
   * A list of M signatures, each corresponding to a Key in a KeyList of the same length.
   * 
* * .proto.SignatureList signatureList = 6; */ com.hederahashgraph.api.proto.java.SignatureList getSignatureList(); /** *
   * A list of M signatures, each corresponding to a Key in a KeyList of the same length.
   * 
* * .proto.SignatureList signatureList = 6; */ com.hederahashgraph.api.proto.java.SignatureListOrBuilder getSignatureListOrBuilder(); public com.hederahashgraph.api.proto.java.Signature.SignatureCase getSignatureCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy