Interface RekorEntry.Checkpoint

  • Enclosing interface:
    RekorEntry

    @Immutable
    public static interface RekorEntry.Checkpoint
    • Method Detail

      • getSignedData

        java.lang.String getSignedData()
        Signed portion of checkpoint.
      • getOrigin

        java.lang.String getOrigin()
        Unique identity for the log.
      • getSize

        java.lang.Long getSize()
        Size of the log for this checkpoint.
      • getBase64Hash

        java.lang.String getBase64Hash()
        Log root hash at the defined log size.