IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

keyp Property

Represents the P parameter for the RSA algorithm.

Syntax

def get_keyp() -> bytes: ...
def set_keyp(value: bytes) -> None: ...

keyp = property(get_keyp, set_keyp)

Default Value

""

Remarks

Represents the P parameter for the RSA algorithm.

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