Valid

data class Valid(val sct: SignedCertificateTimestamp, val logOperator: String?) : SctVerificationResult(source)

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

Constructors

Link copied to clipboard
constructor(sct: SignedCertificateTimestamp, logOperator: String?)

Properties

Link copied to clipboard

The name of the operator of the log that issued this SCT, or null if unknown.

Link copied to clipboard

The verified SCT.