webpg-npapi 0.6.1
void webpgPluginAPI::threaded_gpgGenKey ( genKeyParams  params)

Calls webpgPluginAPI::gpgGenKeyWorker() with the specified parameters.

Parameters:
paramsThe parameters used to generete the key.

Definition at line 2135 of file webpgPluginAPI.cpp.

References gpgGenKeyWorker(), and progress_cb().

{
    std::string result = webpgPluginAPI::gpgGenKeyWorker(params.key_type, params.key_length,
        params.subkey_type, params.subkey_length, params.name_real,
        params.name_comment, params.name_email, params.expire_date,
        params.passphrase, this, &webpgPluginAPI::progress_cb
    );

}

Here is the call graph for this function:

 All Classes Functions