, including all inherited members.
get_gpgme_ctx() | webpgPluginAPI | |
get_preference(const std::string &preference) | webpgPluginAPI | |
get_version() | webpgPluginAPI | |
get_webpg_status() | webpgPluginAPI | |
getGPGConfigFilename() | webpgPluginAPI | |
getKeyList(const std::string &name, int secret_only) | webpgPluginAPI | |
getNamedKey(const std::string &name) | webpgPluginAPI | |
getPlugin() | webpgPluginAPI | |
getPrivateKeyList() | webpgPluginAPI | |
getPublicKeyList() | webpgPluginAPI | |
getTemporaryPath() | webpgPluginAPI | |
gpgAddUID(const std::string &keyid, const std::string &name, const std::string &email, const std::string &comment) | webpgPluginAPI | |
gpgChangePassphrase(const std::string &keyid) | webpgPluginAPI | |
gpgconf_detected() | webpgPluginAPI | |
gpgDecrypt(const std::string &data) | webpgPluginAPI | |
gpgDecryptVerify(const std::string &data, int use_agent) | webpgPluginAPI | |
gpgDeleteKey(const std::string &keyid, int allow_secret) | webpgPluginAPI | |
gpgDeletePrivateKey(const std::string &keyid) | webpgPluginAPI | |
gpgDeletePrivateSubKey(const std::string &keyid, int key_idx) | webpgPluginAPI | |
gpgDeletePublicKey(const std::string &keyid) | webpgPluginAPI | |
gpgDeleteUID(const std::string &keyid, long uid_idx) | webpgPluginAPI | |
gpgDeleteUIDSign(const std::string &keyid, long sign_uid, long signature) | webpgPluginAPI | |
gpgDisableKey(const std::string &keyid) | webpgPluginAPI | |
gpgEnableKey(const std::string &keyid) | webpgPluginAPI | |
gpgEncrypt(const std::string &data, const FB::VariantList &enc_to_keyids, bool sign=false) | webpgPluginAPI | |
gpgExportPublicKey(const std::string &keyid) | webpgPluginAPI | |
gpgGenKey(const std::string &key_type, const std::string &key_length, const std::string &subkey_type, const std::string &subkey_length, const std::string &name_real, const std::string &name_comment, const std::string &name_email, const std::string &expire_date, const std::string &passphrase) | webpgPluginAPI | |
gpgGenKeyWorker(const std::string &key_type, const std::string &key_length, const std::string &subkey_type, const std::string &subkey_length, const std::string &name_real, const std::string &name_comment, const std::string &name_email, const std::string &expire_date, const std::string &passphrase, void *APIObj, void(*cb_status)(void *self, const char *what, int type, int current, int total)) | webpgPluginAPI | |
gpgGenSubKey(const std::string &keyid, const std::string &subkey_type, const std::string &subkey_length, const std::string &subkey_expire, bool sign_flag, bool enc_flag, bool auth_flag) | webpgPluginAPI | |
gpgGenSubKeyWorker(const std::string &keyid, const std::string &subkey_type, const std::string &subkey_length, const std::string &subkey_expire, bool sign_flag, bool enc_flag, bool auth_flag, void *APIObj, void(*cb_status)(void *self, const char *what, int type, int current, int total)) | webpgPluginAPI | |
gpgGetPreference(const std::string &preference) | webpgPluginAPI | |
gpgImportKey(const std::string &ascii_key) | webpgPluginAPI | |
gpgRevokeItem(const std::string &keyid, const std::string &item, int key_idx, int uid_idx, int sig_idx, int reason_idx, const std::string &desc) | webpgPluginAPI | |
gpgRevokeKey(const std::string &keyid, int key_idx, int reason, const std::string &desc) | webpgPluginAPI | |
gpgRevokeSignature(const std::string &keyid, int uid_idx, int sig_idx, int reason, const std::string &desc) | webpgPluginAPI | |
gpgRevokeUID(const std::string &keyid, int uid_idx, int reason, const std::string &desc) | webpgPluginAPI | |
gpgSetHomeDir(const std::string &data) | webpgPluginAPI | |
gpgSetKeyExpire(const std::string &keyid, long key_idx, long expire) | webpgPluginAPI | |
gpgSetKeyTrust(const std::string &keyid, long trust_level) | webpgPluginAPI | |
gpgSetPreference(const std::string &preference, const std::string &pref_value="") | webpgPluginAPI | |
gpgSetPrimaryUID(const std::string &keyid, long uid_idx) | webpgPluginAPI | |
gpgSetPubkeyExpire(const std::string &keyid, long expire) | webpgPluginAPI | |
gpgSetSubkeyExpire(const std::string &keyid, long key_idx, long expire) | webpgPluginAPI | |
gpgSignText(const FB::VariantList &signers, const std::string &plain_text, int sign_mode) | webpgPluginAPI | |
gpgSignUID(const std::string &keyid, long uid, const std::string &with_keyid, long local_only=NULL, long trust_sign=NULL, long trust_level=NULL) | webpgPluginAPI | |
gpgSymmetricEncrypt(const std::string &data, bool sign=false) | webpgPluginAPI | |
init() | webpgPluginAPI | |
progress_cb(void *self, const char *what, int type, int current, int total) | webpgPluginAPI | [static] |
restoreGPGConfig() | webpgPluginAPI | |
setTempGPGOption(const std::string &option, const std::string &value=NULL) | webpgPluginAPI | |
threaded_gpgGenKey(genKeyParams params) | webpgPluginAPI | |
threaded_gpgGenSubKey(genSubKeyParams params) | webpgPluginAPI | |
webpgPluginAPI(const webpgPluginPtr &plugin, const FB::BrowserHostPtr &host) | webpgPluginAPI | |
~webpgPluginAPI() | webpgPluginAPI | [virtual] |