TooFewSctsTrusted

data class TooFewSctsTrusted(val found: Int, val required: Int) : VerificationResult.Failure(source)

Some SCTs were valid but fewer than the policy requires.

Constructors

Link copied to clipboard
constructor(found: Int, required: Int)

Properties

Link copied to clipboard
val found: Int

The number of valid SCTs found.

Link copied to clipboard

The number of valid SCTs the policy requires.