CachedLogList

data class CachedLogList(val jsonBytes: ByteArray, val signatureBytes: ByteArray?, val fetchedAt: Instant)(source)

A cached log list with metadata about when it was fetched.

Constructors

Link copied to clipboard
constructor(jsonBytes: ByteArray, signatureBytes: ByteArray?, fetchedAt: Instant)

Properties

Link copied to clipboard
val fetchedAt: Instant

The instant at which this log list was fetched from its source.

Link copied to clipboard

The raw JSON bytes of the cached log list.

Link copied to clipboard

The optional signature bytes, or null if unavailable.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int