SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_before_ocsp_download Event

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

Syntax

class CertificateValidatorBeforeOCSPDownloadEventParams(object):
  @property
  def cert() -> str: ...
  @property
  def ca_cert() -> str: ...
  @property
  def location() -> str: ...

# In class CertificateValidator:
@property
def on_before_ocsp_download() -> Callable[[CertificateValidatorBeforeOCSPDownloadEventParams], None]: ...
@on_before_ocsp_download.setter
def on_before_ocsp_download(event_hook: Callable[[CertificateValidatorBeforeOCSPDownloadEventParams], None]) -> None: ...

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 Lite 2020 Python Edition - Version 20.0 [Build 8166]