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

Sets the expiration of the subkey specified with key_idx on the key specified with keyid.

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

Definition at line 2753 of file webpgPluginAPI.cpp.

References gpgSetKeyExpire().

Referenced by webpgPluginAPI().

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

Here is the call graph for this function:

 All Classes Functions