SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

AfterGenerateKey Event

Signifies completion of key generation.

Syntax

public open class DefaultKmipserverEventListener : KmipserverEventListener {
  ...
  public override fun afterGenerateKey(e: KmipserverAfterGenerateKeyEvent) {}
  ...
}

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

Remarks

The component fires this event upon completion of key generation routine.

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