SecureBlackbox 2020 Android Edition

Questions / Feedback?

BeforeOpenStorage Event

Informs about imminent access to the certificate storage.

Syntax

public class DefaultDcauthwebserverEventListener implements DcauthwebserverEventListener {
  ...
  public void beforeOpenStorage(DcauthwebserverBeforeOpenStorageEvent e) {}
  ...
}

public class DcauthwebserverBeforeOpenStorageEvent {
  public long connectionId;
  public String storageId;
  public String signingCertificate;
  public String certificatePassword;
}

Remarks

This event is fired to inform the application that the configured certificate is about to be accessed for the purpose of signing. The location of the certificate is taken from SigningCertificate and StorageId properties. The application may alter these parameters in this event handler to specify a different certificate, if required.

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