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

Deletes key specified in keyid from the Public keyring.

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

Definition at line 2314 of file webpgPluginAPI.cpp.

References gpgDeleteKey().

Referenced by webpgPluginAPI().

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

Here is the call graph for this function:

 All Classes Functions