|
webpg-npapi 0.6.1
|
Calls webpgPluginAPI::gpgGenKeyWorker() with the specified parameters.
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:
![]() |
1.7.4