webpg-npapi 0.6.1
FB::variant webpgPluginAPI::gpgSetPubkeyExpire ( const std::string &  keyid,
long  expire 
)

Sets the expiration of the public key of the given keyid.

Parameters:
keyidThe ID of the key to set the expiration on.
expireThe expiration to assign to the key.

Definition at line 2739 of file webpgPluginAPI.cpp.

References gpgSetKeyExpire().

Referenced by webpgPluginAPI().

{
    return webpgPluginAPI::gpgSetKeyExpire(keyid, 0, expire);
}

Here is the call graph for this function:

 All Classes Functions