GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
This is the complete list of members for GpgFrontend::GpgFileOpera, including all inherited members.
CreateInstance(int channel, std::function< std::unique_ptr< GpgFileOpera >(void)> factory) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
CreateInstance(int channel, std::unique_ptr< GpgFileOpera > p_obj=nullptr) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
DecryptFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &result) | GpgFrontend::GpgFileOpera | static |
DecryptVerifyFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &decr_res, GpgVerifyResult &verify_res) | GpgFrontend::GpgFileOpera | static |
EncryptFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL) | GpgFrontend::GpgFileOpera | static |
EncryptFileSymmetric(const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL) | GpgFrontend::GpgFileOpera | static |
EncryptSignFile(KeyListPtr keys, KeyListPtr signer_keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &encr_res, GpgSignResult &sign_res, int _channel=GPGFRONTEND_DEFAULT_CHANNEL) | GpgFrontend::GpgFileOpera | static |
find_object_in_channel(int channel) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlineprivatestatic |
GetChannel() const | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inline |
GetDefaultChannel() | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
GpgFileOpera(int channel=SingletonFunctionObject::GetDefaultChannel()) | GpgFrontend::GpgFileOpera | explicit |
ReleaseChannel(int channel) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
set_object_in_channel(int channel, std::unique_ptr< GpgFileOpera > p_obj) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlineprivatestatic |
SetChannel(int channel) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlineprotected |
SignFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgSignResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL) | GpgFrontend::GpgFileOpera | static |
SingletonFunctionObject(GpgFileOpera &&)=delete | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | |
SingletonFunctionObject(const GpgFileOpera &)=delete | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | |
SingletonFunctionObject()=default | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | protected |
SingletonFunctionObject(int channel) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlineexplicitprotected |
VerifyFile(const std::string &data_path, const std::string &sign_path, GpgVerifyResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL) | GpgFrontend::GpgFileOpera | static |
~SingletonFunctionObject()=default | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | protectedvirtual |