IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

key_exponent Property

Represents the Exponent parameter for the RSA algorithm.

Syntax

def get_key_exponent() -> bytes: ...
def set_key_exponent(value: bytes) -> None: ...

key_exponent = property(get_key_exponent, set_key_exponent)

Default Value

""

Remarks

Represents the Exponent parameter for the RSA algorithm.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Python Edition - Version 20.0 [Build 8155]