IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

add_recipient_cert Method

Used to add recipient certificates used to encrypt messages.

Syntax

def add_recipient_cert(cert_encoded: bytes) -> None: ...

Remarks

This method is used to add recipient certificates to the internal message_recipients properties used to encrypt the message. The recipient certificate must be a valid PKCS encoded certificate. If the certificate provided is Base64 encoded it will be decoded first by the object.

The CertMgr class may be used to retrieve the appropriate certificate from the system.

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