SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_rsaq Property

Returns the q parameter (second factor of the common modulus n) of the RSA key.

Syntax

def get_key_rsaq() -> bytes: ...

key_rsaq = property(get_key_rsaq, None)

Remarks

Returns the q parameter (second factor of the common modulus n) 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]