SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

key_rsap Property

Returns the p parameter (first factor of the common modulus n) of the RSA key.

Syntax

def get_key_rsap() -> bytes: ...

key_rsap = property(get_key_rsap, None)

Remarks

Returns the p parameter (first 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 Lite 2020 Python Edition - Version 20.0 [Build 8166]