SecureBlackbox 2020 Android Edition

Questions / Feedback?

AfterGenerateKey Event

Signifies completion of key generation.

Syntax

public class DefaultKmipserverEventListener implements KmipserverEventListener {
  ...
  public void afterGenerateKey(KmipserverAfterGenerateKeyEvent e) {}
  ...
}

public class KmipserverAfterGenerateKeyEvent {
  public long connectionId;
  public String uniqueIdentifier;
}

Remarks

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

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