SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_retrieve_certificate Event

This event is fired when a certificate should be retrieved.

Syntax

class OfficeVerifierRetrieveCertificateEventParams(object):
  @property
  def uri() -> str: ...

# In class OfficeVerifier:
@property
def on_retrieve_certificate() -> Callable[[OfficeVerifierRetrieveCertificateEventParams], None]: ...
@on_retrieve_certificate.setter
def on_retrieve_certificate(event_hook: Callable[[OfficeVerifierRetrieveCertificateEventParams], None]) -> None: ...

Remarks

This event could occur if you are verifying XAdES-C form or higher. URI parameter contains a URI value of the stored certificate along with a signature. The user should add the certificate to the known_certificates property.

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