SctVerificationResult

Result of verifying a single SignedCertificateTimestamp against a log server's public key.

Each SCT is independently verified and produces either a Valid or Invalid result, which is then aggregated by the CTPolicy to determine overall CT compliance.

See also

Inheritors

Types

Link copied to clipboard

The SCT failed verification for one of several reasons.

Link copied to clipboard
data class Valid(val sct: SignedCertificateTimestamp, val logOperator: String?) : SctVerificationResult

The SCT's signature was successfully verified against the log's public key.