SecureBlackbox 2020 Python Edition

Questions / Feedback?

crlca_key_id Property

A unique identifier (fingerprint) of the CA certificate's private key, if present in the CRL.

Syntax

def get_crlca_key_id() -> bytes: ...
def set_crlca_key_id(value: bytes) -> None: ...

crlca_key_id = property(get_crlca_key_id, set_crlca_key_id)

Remarks

A unique identifier (fingerprint) of the CA certificate's private key, if present in the CRL.

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