SecureBlackbox Lite 2020 Java Edition

Questions / Feedback?

BeforeCertificateValidation Event

Reports the start of certificate validation.

Syntax

public class DefaultCertificatevalidatorEventListener implements CertificatevalidatorEventListener {
  ...
  public void beforeCertificateValidation(CertificatevalidatorBeforeCertificateValidationEvent e) {}
  ...
}

public class CertificatevalidatorBeforeCertificateValidationEvent {
  public String cert;
  public String CACert;
}

Remarks

This event is fired when the class is about to start validating Cert with CACert.

A 'validation' is a single step of validating a certificate with its CA certificate. A row of consecutive validations of the same certificate with different CAs are grouped into 'processings.'

The firing of AfterCertificateValidation marks the end of the certificate validation step.

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