LogServer
data class LogServer(val logId: LogId, val publicKey: ByteArray, val operator: String, val url: String, val state: LogState, val temporalInterval: TemporalInterval?)(source)
Represents a single Certificate Transparency log server from the CT log list.
Each log server is identified by its logId (SHA-256 hash of its public key) and has a lifecycle state that determines whether SCTs it issues are trusted.