Interface IToken
- All Known Subinterfaces:
IEncryptionUnit,IStorageKeyUnit,ITransportKeyUnit
public interface IToken
An interface represents a generic token unit.
- Version:
- $Revision$, $Date$
-
Method Summary
-
Method Details
-
login
Logins to the token unit.- Parameters:
pin- password to access the token- Throws:
EBaseException- failed to login to this token
-
logout
void logout()Logouts token.
-