SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

CACertificateDownloaded Event

Marks the success of a certificate download.

Syntax

public open class DefaultCertificatevalidatorEventListener : CertificatevalidatorEventListener {
  ...
  public override fun caCertificateDownloaded(e: CertificatevalidatorCACertificateDownloadedEvent) {}
  ...
}

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

Remarks

This event is fired when a CA certificate has been successfully downloaded from Location. This event is preceded with BeforeCACertificateDownload event.

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