Class Signature

java.lang.Object
com.google.protobuf.AbstractMessageLite<Signature,Signature.Builder>
com.google.protobuf.GeneratedMessageLite<Signature,Signature.Builder>
com.hedera.hashgraph.sdk.proto.Signature
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, SignatureOrBuilder

@Generated @Deprecated public final class Signature extends com.google.protobuf.GeneratedMessageLite<Signature,Signature.Builder> implements SignatureOrBuilder
Deprecated.
 *
 This message is deprecated and MUST NOT be used to communicate with
 network nodes. It is retained here only for historical reasons.

 Client software MUST NOT include this message in any request. <br/>
 Compliant nodes SHALL NOT accept any request containing this message.

 Please use the `SignaturePair` and `SignatureMap` messages instead of
 this message.
 
Protobuf type proto.Signature
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Deprecated.
    * This message is deprecated and MUST NOT be used to communicate with network nodes.
    static enum 
    Deprecated.
     

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
    Deprecated.
     
    com.google.protobuf.ByteString
    Deprecated.
    * Smart contract virtual signature (always length zero).
    static Signature
    Deprecated.
     
    com.google.protobuf.ByteString
    Deprecated.
    * ECDSA p-384 signature bytes.
    com.google.protobuf.ByteString
    Deprecated.
    * Ed25519 signature bytes.
    com.google.protobuf.ByteString
    Deprecated.
    * RSA-3072 signature bytes.
    Deprecated.
     
    Deprecated.
    * A list of M signatures, each corresponding to a Key in a KeyList of the same length.
    Deprecated.
    * A list of signatures for a single N-of-M threshold Key.
    boolean
    Deprecated.
    * Smart contract virtual signature (always length zero).
    boolean
    Deprecated.
    * ECDSA p-384 signature bytes.
    boolean
    Deprecated.
    * Ed25519 signature bytes.
    boolean
    Deprecated.
    * RSA-3072 signature bytes.
    boolean
    Deprecated.
    * A list of M signatures, each corresponding to a Key in a KeyList of the same length.
    boolean
    Deprecated.
    * A list of signatures for a single N-of-M threshold Key.
    Deprecated.
     
    newBuilder(Signature prototype)
    Deprecated.
     
    static Signature
    Deprecated.
     
    static Signature
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    static Signature
    parseFrom(byte[] data)
    Deprecated.
     
    static Signature
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    static Signature
    parseFrom(com.google.protobuf.ByteString data)
    Deprecated.
     
    static Signature
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    static Signature
    parseFrom(com.google.protobuf.CodedInputStream input)
    Deprecated.
     
    static Signature
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    static Signature
    Deprecated.
     
    static Signature
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    static Signature
    Deprecated.
     
    static Signature
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    static com.google.protobuf.Parser<Signature>
    Deprecated.
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

    • CONTRACT_FIELD_NUMBER

      public static final int CONTRACT_FIELD_NUMBER
      Deprecated.
      See Also:
    • ED25519_FIELD_NUMBER

      public static final int ED25519_FIELD_NUMBER
      Deprecated.
      See Also:
    • RSA_3072_FIELD_NUMBER

      public static final int RSA_3072_FIELD_NUMBER
      Deprecated.
      See Also:
    • ECDSA_384_FIELD_NUMBER

      public static final int ECDSA_384_FIELD_NUMBER
      Deprecated.
      See Also:
    • THRESHOLDSIGNATURE_FIELD_NUMBER

      public static final int THRESHOLDSIGNATURE_FIELD_NUMBER
      Deprecated.
      See Also:
    • SIGNATURELIST_FIELD_NUMBER

      public static final int SIGNATURELIST_FIELD_NUMBER
      Deprecated.
      See Also:
  • Method Details

    • getSignatureCase

      public Signature.SignatureCase getSignatureCase()
      Deprecated.
      Specified by:
      getSignatureCase in interface SignatureOrBuilder
    • hasContract

      public boolean hasContract()
      Deprecated.
       *
       Smart contract virtual signature (always length zero).
       
      bytes contract = 1;
      Specified by:
      hasContract in interface SignatureOrBuilder
      Returns:
      Whether the contract field is set.
    • getContract

      public com.google.protobuf.ByteString getContract()
      Deprecated.
       *
       Smart contract virtual signature (always length zero).
       
      bytes contract = 1;
      Specified by:
      getContract in interface SignatureOrBuilder
      Returns:
      The contract.
    • hasEd25519

      public boolean hasEd25519()
      Deprecated.
       *
       Ed25519 signature bytes.
       
      bytes ed25519 = 2;
      Specified by:
      hasEd25519 in interface SignatureOrBuilder
      Returns:
      Whether the ed25519 field is set.
    • getEd25519

      public com.google.protobuf.ByteString getEd25519()
      Deprecated.
       *
       Ed25519 signature bytes.
       
      bytes ed25519 = 2;
      Specified by:
      getEd25519 in interface SignatureOrBuilder
      Returns:
      The ed25519.
    • hasRSA3072

      public boolean hasRSA3072()
      Deprecated.
       *
       RSA-3072 signature bytes.
       
      bytes RSA_3072 = 3;
      Specified by:
      hasRSA3072 in interface SignatureOrBuilder
      Returns:
      Whether the rSA3072 field is set.
    • getRSA3072

      public com.google.protobuf.ByteString getRSA3072()
      Deprecated.
       *
       RSA-3072 signature bytes.
       
      bytes RSA_3072 = 3;
      Specified by:
      getRSA3072 in interface SignatureOrBuilder
      Returns:
      The rSA3072.
    • hasECDSA384

      public boolean hasECDSA384()
      Deprecated.
       *
       ECDSA p-384 signature bytes.
       
      bytes ECDSA_384 = 4;
      Specified by:
      hasECDSA384 in interface SignatureOrBuilder
      Returns:
      Whether the eCDSA384 field is set.
    • getECDSA384

      public com.google.protobuf.ByteString getECDSA384()
      Deprecated.
       *
       ECDSA p-384 signature bytes.
       
      bytes ECDSA_384 = 4;
      Specified by:
      getECDSA384 in interface SignatureOrBuilder
      Returns:
      The eCDSA384.
    • hasThresholdSignature

      public boolean hasThresholdSignature()
      Deprecated.
       *
       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;
      Specified by:
      hasThresholdSignature in interface SignatureOrBuilder
      Returns:
      Whether the thresholdSignature field is set.
    • getThresholdSignature

      public ThresholdSignature getThresholdSignature()
      Deprecated.
       *
       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;
      Specified by:
      getThresholdSignature in interface SignatureOrBuilder
      Returns:
      The thresholdSignature.
    • hasSignatureList

      public boolean hasSignatureList()
      Deprecated.
       *
       A list of M signatures, each corresponding to a Key in a KeyList
       of the same length.
       
      .proto.SignatureList signatureList = 6;
      Specified by:
      hasSignatureList in interface SignatureOrBuilder
      Returns:
      Whether the signatureList field is set.
    • getSignatureList

      public SignatureList getSignatureList()
      Deprecated.
       *
       A list of M signatures, each corresponding to a Key in a KeyList
       of the same length.
       
      .proto.SignatureList signatureList = 6;
      Specified by:
      getSignatureList in interface SignatureOrBuilder
      Returns:
      The signatureList.
    • parseFrom

      public static Signature parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Signature parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Signature parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Signature parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Signature parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Signature parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Signature parseFrom(InputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseFrom

      public static Signature parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseDelimitedFrom

      public static Signature parseDelimitedFrom(InputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseDelimitedFrom

      public static Signature parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseFrom

      public static Signature parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseFrom

      public static Signature parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Deprecated.
      Throws:
      IOException
    • newBuilder

      public static Signature.Builder newBuilder()
      Deprecated.
    • newBuilder

      public static Signature.Builder newBuilder(Signature prototype)
      Deprecated.
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Deprecated.
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Signature,Signature.Builder>
    • getDefaultInstance

      public static Signature getDefaultInstance()
      Deprecated.
    • parser

      public static com.google.protobuf.Parser<Signature> parser()
      Deprecated.