SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_before_generate_cert Event

Fires when a certificate generation request is received.

Syntax

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

# In class KMIPServer:
@property
def on_before_generate_cert() -> Callable[[KMIPServerBeforeGenerateCertEventParams], None]: ...
@on_before_generate_cert.setter
def on_before_generate_cert(event_hook: Callable[[KMIPServerBeforeGenerateCertEventParams], None]) -> None: ...

Remarks

The class fires this event when it receives a request from the client to generate a certificate. The supplied certificate template is available in certificate, and the request in certificate_request.

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