webpg-npapi 0.6.1
void webpgPluginAPI::threaded_gpgGenSubKey ( genSubKeyParams  params)

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

Parameters:
paramsThe parameters used to generete the subkey.

Definition at line 2152 of file webpgPluginAPI.cpp.

References gpgGenSubKeyWorker(), and progress_cb().

{
    FB::variant result = webpgPluginAPI::gpgGenSubKeyWorker(params.keyid, params.subkey_type,
        params.subkey_length, params.subkey_expire, params.sign_flag, params.enc_flag,
        params.auth_flag, this, &webpgPluginAPI::progress_cb
    );

}

Here is the call graph for this function:

 All Classes Functions