20 #ifndef __PSWGEN_GENERATOR_MODULE_H 21 # define __PSWGEN_GENERATOR_MODULE_H 26 #include <Plugins/iPlugin> 57 virtual bool init(QString
const & args);
61 virtual bool isReady()
const {
return true; }
91 virtual QString generatePassword(QString
const & name, QString
const & masterPassword,
int length, uint flags = 0)
const;
93 virtual int maxLength()
const {
return 24; }
Interface for password generator modules.
bool COMMON_EXPORT init()
eVaf common library initialized
Module implementing the iGenerator interface.
#define VER_MODULE_NAME_STR
Module/library name (shall end with \0)
iGenerator interface implementation.
Password generator interface.
Common interface for all the eVaf modules.
Version information for eVaf modules.