webpg-npapi 0.6.1
FB::variant webpgPluginAPI::gpgDeletePrivateKey ( const std::string &  keyid)

Deletes key specified in keyid from the Private keyring.

Parameters:
keyidThe ID of the key to delete from the Private keyring.

Definition at line 2326 of file webpgPluginAPI.cpp.

References gpgDeleteKey().

Referenced by webpgPluginAPI().

{
    return webpgPluginAPI::gpgDeleteKey(keyid, 1);
}

Here is the call graph for this function:

 All Classes Functions