SecureBlackbox 2020 Java Edition

Questions / Feedback?

AfterGenerateCert Event

Signifies completion of certificate generation.

Syntax

public class DefaultKmipserverEventListener implements KmipserverEventListener {
  ...
  public void afterGenerateCert(KmipserverAfterGenerateCertEvent e) {}
  ...
}

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

Remarks

The class 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 Java Edition - Version 20.0 [Build 8156]