SecureBlackbox 2020 Python Edition

Questions / Feedback?

server_key_rsa_modulus Property

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

Syntax

def get_server_key_rsa_modulus() -> bytes: ...

server_key_rsa_modulus = property(get_server_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 2020 Python Edition - Version 20.0 [Build 8154]