SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_before_crl_download Event

Fires when a CRL is about to be downloaded.

Syntax

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

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

Remarks

This event is fired when a CRL (Certificate Revocation List) needed to validate Cert is going to be downloaded from Location.

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