SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Decrypt Method

Attempts to decrypt an encrypted PKCS#7 message.

Object Oriented Interface

public function doDecrypt();

Procedural Interface

secureblackbox_messagedecryptor_do_decrypt($res);

Remarks

Call this method to attempt to decrypt the PKCS#7 encrypted data. This call supports EnvelopedData and EncryptedData subtypes on input.

Use InputFile or InputStream property to provide the data, and either Certificates or Key to supply the decryption key material.

When processing enveloped data, the class may fire RecipientFound event to report recipient information.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]