Decrypt Method
Decrypts the current Message .
Object Oriented Interface
public function doDecrypt();
Procedural Interface
ipworksencrypt_smime_do_decrypt($res);
Remarks
This method takes the Message property and attempts to decrypt the encrypted PKCS envelope using the certificate in Certificate. If the class is able to decrypt it will replace Message and MessageHeaders with the decrypted text.