webpg-npapi 0.6.1
|
Calls webpgPluginAPI::gpgEncrypt() without any recipients specified which initiates a Symmetric encryption method on the gpgme context.
Definition at line 1316 of file webpgPluginAPI.cpp. References gpgEncrypt(). Referenced by webpgPluginAPI(). { FB::VariantList empty_keys; return webpgPluginAPI::gpgEncrypt(data, empty_keys, sign); }
Here is the call graph for this function:
|