IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

keyd Property

Represents the D parameter for the RSA algorithm.

Syntax

def get_keyd() -> bytes: ...
def set_keyd(value: bytes) -> None: ...

keyd = property(get_keyd, set_keyd)

Default Value

""

Remarks

Represents the D parameter for the RSA algorithm.

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