com.sun.midp.io.j2me.apdu |
APDU Connection Implementation
APDU Connection Implementation.
@since SATSA1.0
|
Java Source File Name | Type | Comment |
APDUManager.java | Class | This class provides an interface to the low level APDU protocol
details as described below:
1. |
Cad.java | Class | The Cad class maintains the context for the client (terminal) side
of the terminal CAD connection. |
Handle.java | Class | This class represents a handle for APDU connection. |
Protocol.java | Class | This is the implementation class for APDUConnection interface and provides
a high-level API to the J2ME applications allowing them to connect and
communicate with the card applications. |
Simulator.java | Class | This class provides virtual device driving the simulator. |
Slot.java | Class | This class represents a slot for APDU connection. |
TestCad.java | Class | This test case tests basic com.sun.midp.io.j2me.apdu.Cad class
functionality. |
TLP224Message.java | Class | The TLP224Message class represents the link level message between a CAD
(Card Acceptance Device) and a Terminal. |