public interface IToken
| Modifier and Type | Method and Description |
|---|---|
void |
login(java.lang.String pin)
Logins to the token unit.
|
void |
logout()
Logouts token.
|
void login(java.lang.String pin)
throws EBaseException
pin - password to access the tokenEBaseException - failed to login to this tokenvoid logout()