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.
_default_channel | GpgFrontend::ChannelObject | privatestatic |
channel_ | GpgFrontend::ChannelObject | private |
ChannelObject() noexcept | GpgFrontend::ChannelObject | |
ChannelObject(int channel) | GpgFrontend::ChannelObject | |
CreateInstance(int channel, std::function< std::unique_ptr< ChannelObject >(void)> factory) | 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 |
GetAllChannelId() | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
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 |
operator=(const SingletonFunctionObject< GpgFileOpera > &)=delete | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | |
operator=(const GpgFileOpera &)=delete (defined in GpgFrontend::SingletonFunctionObject< GpgFileOpera >) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | |
ReleaseChannel(int channel) | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
SetChannel(int channel) | GpgFrontend::ChannelObject | |
SignFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgSignResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL) | GpgFrontend::GpgFileOpera | static |
SingletonFunctionObject(const SingletonFunctionObject< GpgFileOpera > &)=delete | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | |
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 |