certmanager/lib
Encryption and Decryption
[Signing and Encrypting Actions]
Detailed Description
The following methods are used to encrypt and decrypt email messages.
Functions | |
bool | CryptPlug::decryptMessage (const char *ciphertext, bool cipherIsBinary, int cipherLen, const char **cleartext, const char *certificate, int *errId, char **errTxt) |
bool | CryptPlug::decryptAndCheckMessage (const char *ciphertext, bool cipherIsBinary, int cipherLen, const char **cleartext, const char *certificate, bool *signatureFound, struct SignatureMetaData *sigmeta, int *errId, char **errTxt, char **attrOrder, const char *unknownAttrsHandling) |
bool | CryptPlugWrapper::decryptMessage (const char *ciphertext, bool cipherIsBinary, int cipherLen, char **cleartext, const char *certificate, int *errId, char **errTxt) |
bool | CryptPlugWrapper::decryptAndCheckMessage (const char *ciphertext, bool cipherIsBinary, int cipherLen, char **cleartext, const char *certificate, bool *signatureFound, CryptPlug::SignatureMetaData *sigmeta, int *errId, char **errTxt) |
Function Documentation
|
Combines the functionality of
If Definition at line 599 of file cryptplugwrapper.cpp. |
|
Combines the functionality of
If Definition at line 1079 of file cryptplug.cpp. |
|
Tries to decrypt an email message
The Definition at line 586 of file cryptplugwrapper.cpp. |
|
Tries to decrypt an email message
The Definition at line 361 of file cryptplug.cpp. |