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

Package com.ibm.opencard.service

Interface Summary
AccessConditions An interface for classes that represent access conditions.
CardAccessor An interface for an access condition handler.
MFCCardServiceImpl Interface for generic card service implementations.
MFCCodes Provides parameterization of APDUs for MFC smartcards.
MFCResponseAPDUCodes Specifics to represent a ResponseAPDU in an MFC card
MFCSelectResponseParser Interpreter for smartcard responses to select commands.
 

Class Summary
AccessInformation Represents access information to smartcard objects.
IBMCardServiceFactory The base class for IBM's card service factories.
MFC35CardServiceImpl Implementation of generic card services for MFC 3.5 and some above.
MFC35Codes CLAss and INStruction codes for MFC 3.5 and 4.0 smartcards.
MFC35ObjectSRParser A select response parser for generic select commands.
MFC41CardServiceImpl Implementation of generic card services for MFC 4.1 and above.
MFC41Codes CLAss and INStruction codes for MFC 4.1 smartcards.
MFCCardChannel A CardChannel to MFC smartcards.
MFCCardObjectInfo Holds information on objects located on a smartcard.
MFCCardObjectInfoCache A cache for information about objects located on a smartcard.
MFCCardService The base class for all MFC card services.
MFCCardServiceParameter Encapsulation of the constructor arguments of MFCCardService.
MFCChannelState The smartcard's internal state, as seen through a logical channel.
MFCCommandAPDU A re-usable command APDU for MFC smartcards.
MFCGenericFactory A factory class for MFC generic service objects.