CTPolicy

fun interface CTPolicy(source)

Policy that determines whether a certificate's CT compliance is sufficient. Implementations evaluate the number and quality of valid SCTs against policy requirements.

Inheritors

Functions

Link copied to clipboard
abstract fun evaluate(certificateLifetimeDays: Long, sctResults: List<SctVerificationResult>): VerificationResult

Evaluate whether the given SCT verification results satisfy this policy.