SecureBlackbox 2020 Java Edition

Questions / Feedback?

SelectCert Event

Requests certificate selection criteria from the application.

Syntax

public class DefaultDcauthEventListener implements DcauthEventListener {
  ...
  public void selectCert(DcauthSelectCertEvent e) {}
  ...
}

public class DcauthSelectCertEvent {
  public String commonName;
  public String keyID;
  public String keyUsage;
  public String fingerprint;
  public String storeType;
}

Remarks

Subscribe to this event to provide signing certificate details on the fly, right before the hash is signed.

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