IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

recipient_keyp Property

Represents the P parameter for the Elgamal algorithm.

Syntax

def get_recipient_keyp() -> bytes: ...
def set_recipient_keyp(value: bytes) -> None: ...

recipient_keyp = property(get_recipient_keyp, set_recipient_keyp)

Default Value

""

Remarks

Represents the P parameter for the Elgamal algorithm.

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