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

Revokes the given UID with the reason and description specified.

Parameters:
keyidThe ID of the key with the UID to revoke.
uid_idxThe index of the UID to revoke.
reasonThe gnupg reason for the revocation.
descThe text description for the revocation.

Definition at line 2915 of file webpgPluginAPI.cpp.

References gpgRevokeItem().

Referenced by webpgPluginAPI().

{
    return webpgPluginAPI::gpgRevokeItem(keyid, "revuid", 0, uid_idx, 0, reason, desc);
}

Here is the call graph for this function:

 All Classes Functions