SecureBlackbox 2020 Android Edition

Questions / Feedback?

BeforeOCSPDownload Event

Fires when a certificate's OCSP status is about to be requested.

Syntax

public class DefaultCertificatevalidatorEventListener implements CertificatevalidatorEventListener {
  ...
  public void beforeOCSPDownload(CertificatevalidatorBeforeOCSPDownloadEvent e) {}
  ...
}

public class CertificatevalidatorBeforeOCSPDownloadEvent {
  public String cert;
  public String CACert;
  public String location;
}

Remarks

This event is fired when the validator is about to request a fresh revocation status from an OCSP responder.

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