SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

key_rsa_private_exponent Property

Returns the d parameter (private exponent) of the RSA key.

Syntax

def get_key_rsa_private_exponent() -> bytes: ...

key_rsa_private_exponent = property(get_key_rsa_private_exponent, None)

Remarks

Returns the d parameter (private exponent) of the RSA key.

This property is read-only.

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