LogOperator

data class LogOperator(val name: String, val logs: List<LogServer>)(source)

Represents a Certificate Transparency log operator (e.g., Google, Cloudflare, DigiCert).

An operator manages one or more LogServers. CT policies often require SCTs from logs operated by distinct operators to prevent a single entity from controlling the transparency guarantees.

See also

Constructors

Link copied to clipboard
constructor(name: String, logs: List<LogServer>)

Properties

Link copied to clipboard

The list of CT log servers managed by this operator.

Link copied to clipboard

The human-readable name of the operator.