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

Package com.gemplus.opencard.terminal

Class Summary
APDUDataInputStream Class APDUDataInputStream provides facilities to decode an APDU response field.
APDUDataOutputStream Class APDUDataOutputStream provides facilities to encode an APDU command field.
ExtendedCommandAPDU  
GemCoreCardTerminal PureJava-Implementation of an OpenCard CardTerminal for GemPlus GemCore-based reader (GCR410, GCR700) using the javax.comm package.
GemplusBlockProtocol Implementation of an OpenCard T1Protocol for GemPlus serial readers using the javax.comm package.
GemplusCardTerminalFactory CardTerminalFactory for Gemplus card terminals.
OrosCardTerminal PureJava-Implementation of an OpenCard CardTerminal for Gemplus OROS-based reader (GCR400, GCR500) using the javax.comm package.
TestExtendedCommandAPDU  
 

Exception Summary
APDUDataStreamException Class APDUDataStreamException is an exception that can be thrown by an APDUDataOutputStream in case of I/O error during a flush or close of the stream.
ConnectionException Thrown when a connection to a toolkit card device (card or card reader) has failed.