Interface IToken

All Known Subinterfaces:
IEncryptionUnit, IStorageKeyUnit, ITransportKeyUnit

public interface IToken
An interface represents a generic token unit.
Version:
$Revision$, $Date$
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Logins to the token unit.
    void
    Logouts token.
  • Method Details

    • login

      void login(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.