SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_crl_downloaded Event

Marks the success of a CRL download.

Syntax

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

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

Remarks

This event is fired when a CRL containing the validation information for Cert has been successfully downloaded from Location. This event is always preceded with on_before_crl_download event.

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