SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

CRLNeeded Event

Requests a missing CRL from the user.

Syntax

public open class DefaultCertificatevalidatorEventListener : CertificatevalidatorEventListener {
  ...
  public override fun crlNeeded(e: CertificatevalidatorCRLNeededEvent) {}
  ...
}

public class CertificatevalidatorCRLNeededEvent {
  val cert: String?
  val caCert: String?
}

Remarks

This event is fired when a CRL that is needed to validate Cert is not found at any of the available locations. If you have access to the missing CRL, please add it to the KnownCRLs collection to make it available to the validator.

When this event fires, the CurrentCertificate and CurrentCACertificate properties are assigned with the certificate being validated and its issuer certificate.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Kotlin Edition - Version 20.0 [Build 8063]