RawLogList

data class RawLogList(val jsonBytes: ByteArray, val signatureBytes: ByteArray?)(source)

Raw log list data as fetched from a source.

Constructors

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

Properties

Link copied to clipboard

The raw JSON bytes of the log list

Link copied to clipboard

The optional signature bytes (from the .sig file)

Functions

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