#include <IToken.h>

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 u32 getValueFormat | ( | ) | const [pure virtual] |
Implemented in CmosTokenD5, and SmiTokenDA.
| IProtectedToken& operator= | ( | const IProtectedToken & | ) | [protected] |
| virtual bool tryPassword | ( | std::string | pw | ) | const [pure virtual] |
Implemented in CmosTokenD5, and SmiTokenDA.
1.7.1