validate

open suspend override fun validate(csr: Pkcs10CertificationRequest): ChallengeValidationResult(source)

The contract of this function is that it returns a ChallengeValidationResult.Success iff a valid challenge matching the passend csr from the client is found. In all other cases, it must return a ChallengeValidationResult.Failure: