#include <IToken.h>
Inheritance diagram for IProtectedToken:
Public Member Functions | |
virtual | ~IProtectedToken () throw () |
virtual bool | tryPassword (std::string pw) const=0 |
virtual u32 | getValueFormat () const=0 |
Protected Member Functions | |
IProtectedToken () | |
IProtectedToken (const IProtectedToken &) | |
IProtectedToken & | operator= (const IProtectedToken &) |
Definition at line 135 of file IToken.h.
virtual ~IProtectedToken | ( | ) | throw () [inline, virtual] |
IProtectedToken | ( | ) | [protected] |
IProtectedToken | ( | const IProtectedToken & | ) | [protected] |
virtual bool tryPassword | ( | std::string | pw | ) | const [pure virtual] |
Implemented in CmosTokenD5, and SmiTokenDA.
virtual u32 getValueFormat | ( | ) | const [pure virtual] |
Implemented in CmosTokenD5, and SmiTokenDA.
IProtectedToken& operator= | ( | const IProtectedToken & | ) | [protected] |