IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

key_dq Property

Represents the DQ parameter for the RSA algorithm.

Syntax

def get_key_dq() -> bytes: ...
def set_key_dq(value: bytes) -> None: ...

key_dq = property(get_key_dq, set_key_dq)

Default Value

""

Remarks

Represents the DQ parameter for the RSA algorithm.

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