certmanager/lib
Constructor, destructor and setting of 'active' flag
Detailed Description
The functions in this section are used for general administration of this CRYPTPLUG wrapper class and for maintaining a separateactive
flag for environments using more than one CRYPTPLUG library simultaneously.
Functions | |
CryptPlugWrapper::CryptPlugWrapper (const QString &name=QString::null, const QString &libName=QString::null, const QString &update=QString::null, bool active=false) | |
CryptPlugWrapper::~CryptPlugWrapper () | |
void | CryptPlugWrapper::setActive (bool active) |
bool | CryptPlugWrapper::active () const |
bool | CryptPlugWrapper::setLibName (const QString &libName) |
QString | CryptPlugWrapper::libName () const |
void | CryptPlugWrapper::setDisplayName (const QString &name) |
QString | CryptPlugWrapper::displayName () const |
Function Documentation
|
Returns this CRYPTPLUG wrapper's internal
Definition at line 449 of file cryptplugwrapper.cpp. |
|
Constructor of CRYPTPLUG wrapper class. This constructor does not call the initialize() method but just stores some information for later use.
Definition at line 418 of file cryptplugwrapper.cpp. |
|
Returns the external name.
Implements Kleo::CryptoBackend::Protocol. Definition at line 484 of file cryptplugwrapper.cpp. |
|
Returns the CRYPTPLUG library name.
Definition at line 464 of file cryptplugwrapper.cpp. |
|
Set this CRYPTPLUG wrapper's internal
Since more than one crypto plug-in might be specified (using multiple instances of the warpper class) it is necessary to set This flag may be set in the constructor or by calling setActive().
Definition at line 443 of file cryptplugwrapper.cpp. |
|
Specifies the external name that is visible in lists, messages, etc.
Definition at line 478 of file cryptplugwrapper.cpp. |
|
Set the CRYPTPLUG library name. Complete path+name of CRYPTPLUG library that is to be used by this instance of CryptPlugWrapper. This name may be set in the constructor or by calling setLibName().
Definition at line 456 of file cryptplugwrapper.cpp. |
|
Destructor of CRYPTPLUG wrapper class. This destructor does call the deinitialize() method in case this was not done by explicitly calling it before.
Definition at line 437 of file cryptplugwrapper.cpp. |