OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

Package com.ibm.opencard.handler

Interface Summary
ServiceProvider An interface to a class where MFC card services can be otained from.
 

Class Summary
Handler The base class for the handlers used for executing scripts.
HandlerChain This class implements a recognized design pattern, called Chain of Responsibility: A Request is handled by delegating it to the Handlers in the chain.
IDDialog IDDialog is used by IdentificationHandler to request the PIN from the user.
Request Objects of this class are used for communication between agents agency and handlers.