SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

AfterGenerateCert Event

Signifies completion of certificate generation.

Syntax

public open class DefaultKmipserverEventListener : KmipserverEventListener {
  ...
  public override fun afterGenerateCert(e: KmipserverAfterGenerateCertEvent) {}
  ...
}

public class KmipserverAfterGenerateCertEvent {
  val connectionId: Long
  val uniqueIdentifier: String?
}

Remarks

The component fires this event upon completion of certificate generation routine. The generated certificate can be read from GeneratedCert.

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