SecureBlackbox 2020 Python Edition

Questions / Feedback?

server_key_rsa_exponent Property

Returns the e parameter (public exponent) of the RSA key.

Syntax

def get_server_key_rsa_exponent() -> bytes: ...

server_key_rsa_exponent = property(get_server_key_rsa_exponent, None)

Remarks

Returns the e parameter (public exponent) 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]