SecureBlackbox 2020 Android Edition

Questions / Feedback?

CACertificateDownloaded Event

Marks the success of a certificate download.

Syntax

public class DefaultCertificatevalidatorEventListener implements CertificatevalidatorEventListener {
  ...
  public void CACertificateDownloaded(CertificatevalidatorCACertificateDownloadedEvent e) {}
  ...
}

public class CertificatevalidatorCACertificateDownloadedEvent {
  public String cert;
  public String location;
}

Remarks

This event is fired when a CA certificate has been successfully downloaded from Location. This event is preceded with BeforeCACertificateDownload event.

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