IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

key_dp Property

Represents the DP parameter for the RSA algorithm.

Syntax

def get_key_dp() -> bytes: ...
def set_key_dp(value: bytes) -> None: ...

key_dp = property(get_key_dp, set_key_dp)

Default Value

""

Remarks

Represents the DP parameter for the RSA algorithm.

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