Package opencard.opt.terminal

Interface Summary
Lockable Lockable is a generic interface for locking a terminal or individual slots.
PowerManagementInterface A CardTerminal that implements the PowerMangementInterface can power down and power up the smart card in a slot.
TerminalCommand TerminalCommand is a generic interface for sending commands to a CardTerminal.
UserInteraction User interaction takes place through the display() method (to display information to the user), the keyboardInput() method (to retrieve information from the user) and the promptUser() method to combine display and input in a single call.
 

Class Summary
AbstractLockableTerminal AbstractLockableTerminal is a base class for implementing lockable CardTerminals.
ISOCommandAPDU  
 

Exception Summary
TerminalLockedException A TerminalLockedException signals that an operation was requested from a locked terminal by another thread than the lock owner.