IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

recipient_keyy Property

Represents the Y parameter for the Elgamal algorithm.

Syntax

def get_recipient_keyy() -> bytes: ...
def set_recipient_keyy(value: bytes) -> None: ...

recipient_keyy = property(get_recipient_keyy, set_recipient_keyy)

Default Value

""

Remarks

Represents the Y parameter for the Elgamal algorithm.

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