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.
channel_ | GpgFrontend::ChannelObject | private |
ChannelObject() noexcept | GpgFrontend::ChannelObject | |
ChannelObject(int channel, QString type) | GpgFrontend::ChannelObject | explicit |
CreateInstance(int channel, const std::function< ChannelObjectPtr(void)> &factory) -> GpgFileOpera & | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
ctx_ | GpgFrontend::GpgFileOpera | private |
DecryptArchive(const QString &in_path, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
DecryptFile(const QString &in_path, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
DecryptFileSync(const QString &in_path, const QString &out_path) -> std::tuple< GpgError, DataObjectPtr > | GpgFrontend::GpgFileOpera | |
DecryptVerifyArchive(const QString &in_path, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
DecryptVerifyFile(const QString &in_path, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
DecryptVerifyFileSync(const QString &in_path, const QString &out_path) -> std::tuple< GpgError, DataObjectPtr > | GpgFrontend::GpgFileOpera | |
EncryptDerectorySymmetric(const QString &in_path, bool ascii, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
EncryptDerectorySymmetricSync(const QString &in_path, bool ascii, const QString &out_path) -> std::tuple< GpgError, DataObjectPtr > | GpgFrontend::GpgFileOpera | |
EncryptDirectory(const KeyArgsList &keys, const QString &in_path, bool ascii, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
EncryptFile(const KeyArgsList &keys, const QString &in_path, bool ascii, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
EncryptFileSymmetric(const QString &in_path, bool ascii, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
EncryptFileSymmetricSync(const QString &in_path, bool ascii, const QString &out_path) -> std::tuple< GpgError, DataObjectPtr > | GpgFrontend::GpgFileOpera | |
EncryptFileSync(const KeyArgsList &keys, const QString &in_path, bool ascii, const QString &out_path) -> std::tuple< GpgError, DataObjectPtr > | GpgFrontend::GpgFileOpera | |
EncryptSignDirectory(const KeyArgsList &keys, const KeyArgsList &signer_keys, const QString &in_path, bool ascii, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
EncryptSignFile(const KeyArgsList &keys, const KeyArgsList &signer_keys, const QString &in_path, bool ascii, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
EncryptSignFileSync(const KeyArgsList &keys, const KeyArgsList &signer_keys, const QString &in_path, bool ascii, const QString &out_path) -> std::tuple< GpgError, DataObjectPtr > | GpgFrontend::GpgFileOpera | |
GetAllChannelId() -> std::vector< int > | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
GetChannel() const -> int | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inline |
GetDefaultChannel() -> int | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
GetInstance(int channel=GpgFrontend::kGpgFrontendDefaultChannel) -> GpgFileOpera & | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | inlinestatic |
GpgFileOpera(int channel=SingletonFunctionObject::GetDefaultChannel()) | GpgFrontend::GpgFileOpera | explicit |
operator=(const SingletonFunctionObject< GpgFileOpera > &) -> SingletonFunctionObject &=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(const KeyArgsList &keys, const QString &in_path, bool ascii, const QString &out_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
SignFileSync(const KeyArgsList &keys, const QString &in_path, bool ascii, const QString &out_path) -> std::tuple< GpgError, DataObjectPtr > | GpgFrontend::GpgFileOpera | |
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 |
type_ (defined in GpgFrontend::ChannelObject) | GpgFrontend::ChannelObject | private |
VerifyFile(const QString &data_path, const QString &sign_path, const GpgOperationCallback &cb) | GpgFrontend::GpgFileOpera | |
VerifyFileSync(const QString &data_path, const QString &sign_path) -> std::tuple< GpgError, DataObjectPtr > | GpgFrontend::GpgFileOpera | |
~ChannelObject() noexcept | GpgFrontend::ChannelObject | virtual |
~SingletonFunctionObject()=default | GpgFrontend::SingletonFunctionObject< GpgFileOpera > | protectedvirtual |