LogState

Lifecycle state of a Certificate Transparency log server as published in the Google CT Log List V3.

The state determines whether SCTs from a log are accepted during verification.

See also

Entries

Link copied to clipboard

Log has been submitted but is not yet approved for inclusion.

Link copied to clipboard

Log has passed qualification testing but is not yet usable.

Link copied to clipboard

Log is active and accepting submissions — SCTs from this log are trusted.

Link copied to clipboard

Log is no longer accepting new submissions but existing SCTs remain valid.

Link copied to clipboard

Log has been permanently decommissioned — SCTs may still be accepted depending on policy.

Link copied to clipboard

Log has been rejected and SCTs from it should never be trusted.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): LogState

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.