Interface RekorEntry


  • @TypeAdapters
    @Immutable
    public interface RekorEntry
    A local representation of a rekor entry in the log.
    • Method Detail

      • getBody

        java.lang.String getBody()
        Returns the content of the log entry.
      • getSignableContent

        default byte[] getSignableContent()
        Returns canonicalized json representing the signable contents of a rekor entry.
      • getIntegratedTime

        long getIntegratedTime()
        Returns the time the entry was integrated into the log.
      • getIntegratedTimeInstant

        @Derived
        @Ignore
        default java.time.Instant getIntegratedTimeInstant()
      • getLogID

        java.lang.String getLogID()
        Returns the sha256 of the log's public key. Should be the same for all entries into this log.
      • getLogIndex

        long getLogIndex()
        Returns the index in the log of this entry.