Package com.netscape.certsrv.security
Interface IToken
-
- All Known Subinterfaces:
IEncryptionUnit
,IStorageKeyUnit
,ITransportKeyUnit
public interface IToken
An interface represents a generic token unit.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
login(java.lang.String pin)
Logins to the token unit.void
logout()
Logouts token.
-
-
-
Method Detail
-
login
void login(java.lang.String pin) throws EBaseException
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.
-
-