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 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.
      • hasExternalSignature

        boolean hasExternalSignature()
        optional .biscuit.format.schema.ExternalSignature externalSignature = 4;
        Returns:
        Whether the externalSignature field is set.
      • getExternalSignature

        Schema.ExternalSignature getExternalSignature()
        optional .biscuit.format.schema.ExternalSignature externalSignature = 4;
        Returns:
        The externalSignature.
      • getExternalSignatureOrBuilder

        Schema.ExternalSignatureOrBuilder getExternalSignatureOrBuilder()
        optional .biscuit.format.schema.ExternalSignature externalSignature = 4;