SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

key_rsa_modulus Property

Returns the m parameter (public modulus) of the RSA key.

Syntax

def get_key_rsa_modulus() -> bytes: ...

key_rsa_modulus = property(get_key_rsa_modulus, None)

Remarks

Returns the m parameter (public modulus) 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]