Uses of Package
org.hardtokenmgmt.core.token

Packages that use org.hardtokenmgmt.core.token
org.hardtokenmgmt.core   
org.hardtokenmgmt.core.logon   
org.hardtokenmgmt.core.token   
org.hardtokenmgmt.core.ui   
org.hardtokenmgmt.core.util   
org.hardtokenmgmt.tools.tokentest   
org.hardtokenmgmt.ui.activatecard   
org.hardtokenmgmt.ui.subview   
 

Classes in org.hardtokenmgmt.core.token used by org.hardtokenmgmt.core
TokenManager
          This is the main class for token management.
 

Classes in org.hardtokenmgmt.core.token used by org.hardtokenmgmt.core.logon
IToken
          Class acting as interface to different tokens supported The main implementing class is BaseToken that all other tokens should extend.
 

Classes in org.hardtokenmgmt.core.token used by org.hardtokenmgmt.core.token
BaseToken
          A Base Token implementation that contains generic operations on token that can be reused by most token implementations
ILogonCertificateSelector
          Interface used to select which certificate on a token that should be used for logon.
IObject
          Interface that is used to manipulate data and domain parameter objects on tokens.
IToken
          Class acting as interface to different tokens supported The main implementing class is BaseToken that all other tokens should extend.
ObjectAlreadyExistsException
          Exception thrown when trying to create an object (certificate, key, data ...) on a card that already exists
OperationNotSupportedException
          Exception thrown when calling a IToken method with values that isn't supported
PINInfo
          Class used to give information about the status of a certain PIN and it's PUK codes.
SetCos431InstantEIDToken
          A Base Token implementation that contains generic operations on token that can be reused by most token implementations
SetCos441InstantEIDToken
          Implementation specific token class for Setec 32K SetCos 441 Instant eID cards
 

Classes in org.hardtokenmgmt.core.token used by org.hardtokenmgmt.core.ui
IToken
          Class acting as interface to different tokens supported The main implementing class is BaseToken that all other tokens should extend.
TokenManager
          This is the main class for token management.
 

Classes in org.hardtokenmgmt.core.token used by org.hardtokenmgmt.core.util
IToken
          Class acting as interface to different tokens supported The main implementing class is BaseToken that all other tokens should extend.
OperationNotSupportedException
          Exception thrown when calling a IToken method with values that isn't supported
 

Classes in org.hardtokenmgmt.core.token used by org.hardtokenmgmt.tools.tokentest
IToken
          Class acting as interface to different tokens supported The main implementing class is BaseToken that all other tokens should extend.
OperationNotSupportedException
          Exception thrown when calling a IToken method with values that isn't supported
PINInfo
          Class used to give information about the status of a certain PIN and it's PUK codes.
 

Classes in org.hardtokenmgmt.core.token used by org.hardtokenmgmt.ui.activatecard
IToken
          Class acting as interface to different tokens supported The main implementing class is BaseToken that all other tokens should extend.
 

Classes in org.hardtokenmgmt.core.token used by org.hardtokenmgmt.ui.subview
IToken
          Class acting as interface to different tokens supported The main implementing class is BaseToken that all other tokens should extend.