SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_tls_established Event

Reports the setup of a TLS session.

Syntax

class OCSPServerTLSEstablishedEventParams(object):
  @property
  def connection_id() -> int: ...

# In class OCSPServer:
@property
def on_tls_established() -> Callable[[OCSPServerTLSEstablishedEventParams], None]: ...
@on_tls_established.setter
def on_tls_established(event_hook: Callable[[OCSPServerTLSEstablishedEventParams], None]) -> None: ...

Remarks

Subscribe to this event to be notified about the setup of a TLS connection by a connected client.

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