Constructor, destructor and setting of 'active' flag
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 |
QString | CryptPlugWrapper::libVersion () const |
QString | CryptPlugWrapper::updateURL () const |
void | CryptPlugWrapper::setUpdateURL (const QString &url) |
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. Function Documentation
|
Constructor of CRYPTPLUG wrapper class. This constructor does not call the initialize() method but just stores some information for later use.
Definition at line 769 of file cryptplugwrapper.cpp. References CryptPlugWrapper::CryptPlugWrapper(). Referenced by CryptPlugWrapper::CryptPlugWrapper(). |
|
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 788 of file cryptplugwrapper.cpp. References CryptPlugWrapper::deinitialize(). |
|
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 794 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setActive(). Referenced by CryptPlugWrapper::setActive(). |
|
Returns this CRYPTPLUG wrapper's internal
Definition at line 800 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 807 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setLibName(). Referenced by CryptPlugWrapper::setLibName(). |
|
Returns the CRYPTPLUG library name.
Definition at line 815 of file cryptplugwrapper.cpp. |
|
Specifies the external name that is visible in lists, messages, etc.
Definition at line 829 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setDisplayName(). Referenced by CryptPlugWrapper::setDisplayName(). |
|
Returns the external name.
Definition at line 835 of file cryptplugwrapper.cpp. |
|
Returns the version string of the CRYPTPLUG library specified in the constructor.
Definition at line 694 of file cryptplugwrapper.cpp. |
|
Returns the update URL.
Definition at line 853 of file cryptplugwrapper.cpp. |
|
Specifies the update URL.
Definition at line 847 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setUpdateURL(). Referenced by CryptPlugWrapper::setUpdateURL(). |