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.
|
|
Destructor of CRYPTPLUG wrapper class. This destructor does call the deinitialize() method in case this was not done by explicitly calling it before.
|
|
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().
|
|
Returns this CRYPTPLUG wrapper's internal
|
|
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().
|
|
Returns the CRYPTPLUG library name.
|
|
Specifies the external name that is visible in lists, messages, etc.
|
|
Returns the external name.
|
|
Returns the version string of the CRYPTPLUG library specified in the constructor.
|
|
Returns the update URL.
|
|
Specifies the update URL.
|