SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_subject Property

Specifies the public key owner (subject).

Syntax

def get_key_subject() -> str: ...
def set_key_subject(value: str) -> None: ...

key_subject = property(get_key_subject, set_key_subject)

Default Value

""

Remarks

Specifies the public key owner (subject). This property is used only for IETF-keys.

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