SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

BeforeCACertificateDownload Event

Fires when a CA certificate is about to be downloaded.

Syntax

public open class DefaultCertificatevalidatorEventListener : CertificatevalidatorEventListener {
  ...
  public override fun beforeCACertificateDownload(e: CertificatevalidatorBeforeCACertificateDownloadEvent) {}
  ...
}

public class CertificatevalidatorBeforeCACertificateDownloadEvent {
  val cert: String?
  val location: String?
}

Remarks

This event is fired when a CA certificate that is needed to validate Cert is about to be downloaded from Location.

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