GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
Public Member Functions | |
GpgAdvancedOperator (int channel=SingletonFunctionObject::GetDefaultChannel()) | |
Construct a new Basic Operator object. More... | |
bool | ClearGpgPasswordCache () |
bool | ReloadGpgComponents () |
bool | RestartGpgComponents () |
bool | ResetConfigures () |
Public Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgAdvancedOperator > | |
SingletonFunctionObject (const SingletonFunctionObject< GpgAdvancedOperator > &)=delete | |
prohibit copy | |
SingletonFunctionObject (GpgAdvancedOperator &&)=delete | |
Construct a new Singleton Function Object object. | |
SingletonFunctionObject (const GpgAdvancedOperator &)=delete | |
Construct a new Singleton Function Object object. | |
SingletonFunctionObject & | operator= (const SingletonFunctionObject< GpgAdvancedOperator > &)=delete |
prohibit copy More... | |
void | operator= (const GpgAdvancedOperator &)=delete |
int | GetChannel () const |
Get the Channel object. More... | |
Public Member Functions inherited from GpgFrontend::ChannelObject | |
ChannelObject () noexcept | |
Construct a new Default Channel Object object. | |
ChannelObject (int channel) | |
Construct a new Channel Object object. More... | |
int | GetChannel () const |
Get the Channel object. More... | |
void | SetChannel (int channel) |
Set the Channel object. More... | |
Private Attributes | |
GpgContext & | ctx_ |
Corresponding context. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgAdvancedOperator > | |
static GpgAdvancedOperator & | GetInstance (int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL) |
Get the Instance object. More... | |
static GpgAdvancedOperator & | CreateInstance (int channel, std::function< std::unique_ptr< ChannelObject >(void)> factory) |
Create a Instance object. More... | |
static void | ReleaseChannel (int channel) |
static int | GetDefaultChannel () |
Get the Default Channel object. More... | |
static std::vector< int > | GetAllChannelId () |
Get all the channel ids. More... | |
Static Public Member Functions inherited from GpgFrontend::ChannelObject | |
static int | GetDefaultChannel () |
Get the Default Channel object. More... | |
Protected Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgAdvancedOperator > | |
SingletonFunctionObject ()=default | |
Construct a new Singleton Function Object object. | |
SingletonFunctionObject (int channel) | |
Construct a new Singleton Function Object object. More... | |
virtual | ~SingletonFunctionObject ()=default |
Destroy the Singleton Function Object object. | |
|
explicit |
Construct a new Basic Operator object.
channel | Channel corresponding to the context |
|
private |
Corresponding context.