IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

recipient_key_public_key Property

This property is a PEM formatted public key.

Syntax

def get_recipient_key_public_key() -> str: ...
def set_recipient_key_public_key(value: str) -> None: ...

recipient_key_public_key = property(get_recipient_key_public_key, set_recipient_key_public_key)

Default Value

""

Remarks

This property is a PEM formatted public key. The purpose of this property is to allow easier management of the public key parameters by using only a single value.

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