Interface SignatureListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
SignatureList, SignatureList.Builder

@Generated @Deprecated public interface SignatureListOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    getSigs(int index)
    Deprecated.
    * Each signature corresponds to a Key in the KeyList.
    int
    Deprecated.
    * Each signature corresponds to a Key in the KeyList.
    Deprecated.
    * Each signature corresponds to a Key in the KeyList.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSigsList

      List<Signature> getSigsList()
      Deprecated.
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • getSigs

      Signature getSigs(int index)
      Deprecated.
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • getSigsCount

      int getSigsCount()
      Deprecated.
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;