Package com.netscape.certsrv.security
Interface IToken
-
- All Known Subinterfaces:
IEncryptionUnit,IStorageKeyUnit,ITransportKeyUnit
public interface ITokenAn interface represents a generic token unit.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogin(java.lang.String pin)Logins to the token unit.voidlogout()Logouts token.
-
-
-
Method Detail
-
login
void login(java.lang.String pin) throws EBaseExceptionLogins to the token unit.- Parameters:
pin- password to access the token- Throws:
EBaseException- failed to login to this token
-
logout
void logout()
Logouts token.
-
-