Interface Schema.ProofOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Schema.Proof, Schema.Proof.Builder
    Enclosing class:
    Schema

    public static interface Schema.ProofOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Schema.Proof.ContentCase getContentCase()  
      com.google.protobuf.ByteString getFinalSignature()
      bytes finalSignature = 2;
      com.google.protobuf.ByteString getNextSecret()
      bytes nextSecret = 1;
      boolean hasFinalSignature()
      bytes finalSignature = 2;
      boolean hasNextSecret()
      bytes nextSecret = 1;
      • 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 Detail

      • hasNextSecret

        boolean hasNextSecret()
        bytes nextSecret = 1;
        Returns:
        Whether the nextSecret field is set.
      • getNextSecret

        com.google.protobuf.ByteString getNextSecret()
        bytes nextSecret = 1;
        Returns:
        The nextSecret.
      • hasFinalSignature

        boolean hasFinalSignature()
        bytes finalSignature = 2;
        Returns:
        Whether the finalSignature field is set.
      • getFinalSignature

        com.google.protobuf.ByteString getFinalSignature()
        bytes finalSignature = 2;
        Returns:
        The finalSignature.