webpg-npapi 0.6.1
FB::variant webpgPluginAPI::gpgDecrypt ( const std::string &  data)

Calls webpgPluginAPI::gpgDecryptVerify() with the use_agent flag specifying to not disable the gpg-agent.

Parameters:
dataThe data to decyrpt.

Definition at line 1536 of file webpgPluginAPI.cpp.

References gpgDecryptVerify().

Referenced by webpgPluginAPI().

{
    return webpgPluginAPI::gpgDecryptVerify(data, 1);
}

Here is the call graph for this function:

 All Classes Functions