SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_ocsp_downloaded Event

Marks the success of an OCSP request.

Syntax

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

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

Remarks

This event is fired when an OCSP response containing the validation information for Cert has been successfully downloaded from Location. This event is always preceded with on_before_ocsp_download event.

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