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

Revokes the given signature on the specified UID of key keyid with the reason and description specified.

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

Definition at line 2933 of file webpgPluginAPI.cpp.

References gpgRevokeItem().

Referenced by webpgPluginAPI().

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

Here is the call graph for this function:

 All Classes Functions