SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_public_key_algorithm Property

Specifies the asymmetric algorithm of the key.

Syntax

def get_key_public_key_algorithm() -> str: ...
def set_key_public_key_algorithm(value: str) -> None: ...

key_public_key_algorithm = property(get_key_public_key_algorithm, set_key_public_key_algorithm)

Default Value

""

Remarks

Specifies the asymmetric algorithm of the key.

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