SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_reference_validated Event

Marks the end of a reference validation.

Syntax

class SOAPVerifierReferenceValidatedEventParams(object):
  @property
  def id() -> str: ...
  @property
  def uri() -> str: ...
  @property
  def ref_type() -> str: ...
  @property
  def reference_index() -> int: ...
  @property
  def digest_valid() -> bool: ...

# In class SOAPVerifier:
@property
def on_reference_validated() -> Callable[[SOAPVerifierReferenceValidatedEventParams], None]: ...
@on_reference_validated.setter
def on_reference_validated(event_hook: Callable[[SOAPVerifierReferenceValidatedEventParams], None]) -> None: ...

Remarks

The class fires this event to report completion of a reference validation. A reference is a building block of a signature as it binds signature coverage to a particular piece of the document.

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