Interface Schema.SignedBlockOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBlock()
      required bytes block = 1;
      Schema.PublicKey getNextKey()
      required .biscuit.format.schema.PublicKey nextKey = 2;
      Schema.PublicKeyOrBuilder getNextKeyOrBuilder()
      required .biscuit.format.schema.PublicKey nextKey = 2;
      com.google.protobuf.ByteString getSignature()
      required bytes signature = 3;
      boolean hasBlock()
      required bytes block = 1;
      boolean hasNextKey()
      required .biscuit.format.schema.PublicKey nextKey = 2;
      boolean hasSignature()
      required bytes signature = 3;
      • 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

      • hasBlock

        boolean hasBlock()
        required bytes block = 1;
        Returns:
        Whether the block field is set.
      • getBlock

        com.google.protobuf.ByteString getBlock()
        required bytes block = 1;
        Returns:
        The block.
      • hasNextKey

        boolean hasNextKey()
        required .biscuit.format.schema.PublicKey nextKey = 2;
        Returns:
        Whether the nextKey field is set.
      • getNextKey

        Schema.PublicKey getNextKey()
        required .biscuit.format.schema.PublicKey nextKey = 2;
        Returns:
        The nextKey.
      • getNextKeyOrBuilder

        Schema.PublicKeyOrBuilder getNextKeyOrBuilder()
        required .biscuit.format.schema.PublicKey nextKey = 2;
      • hasSignature

        boolean hasSignature()
        required bytes signature = 3;
        Returns:
        Whether the signature field is set.
      • getSignature

        com.google.protobuf.ByteString getSignature()
        required bytes signature = 3;
        Returns:
        The signature.