webpg-npapi 0.6.1
FB::variant webpgPluginAPI::gpgRevokeKey ( const std::string &  keyid,
int  key_idx,
int  reason,
const std::string &  desc 
)

Revokes the given key/subkey with the reason and description specified.

Parameters:
keyidThe ID of the key to revoke.
key_idxThe index of the subkey to revoke.
reasonThe gnupg reason for the revocation.
descThe text description for the revocation.

Definition at line 2898 of file webpgPluginAPI.cpp.

References gpgRevokeItem().

Referenced by webpgPluginAPI().

{
    return webpgPluginAPI::gpgRevokeItem(keyid, "revkey", key_idx, 0, 0, reason, desc);
}

Here is the call graph for this function:

 All Classes Functions