|
Class Summary |
| APDU |
An APDU represents a Application Protocol Data Unit which is the
basic unit of communication with a smart card. |
| CardID |
Represents a smartcard's ATR (Answer To Reset). |
| CardTerminal |
The CardTerminal class represents a physical card terminal. |
| CardTerminalIOBlender |
A CardTerminalIOBlender processes (blends) user input for a
CardTerminal. |
| CardTerminalIOControl |
The CardTerminalIOControl class provides a means of
fine-tuning the way a CardTerminal processes user input.
You can specify
Maximal number of input characters
The maximal number of input characters permissible.
|
| CardTerminalRegistry |
The CardTerminalRegistry keeps track of the installed CardTerminals
registered within a system. |
| CHVControl |
Determine the characteristics of a card holder verification. |
| CommandAPDU |
Represents a command APDU that can be modified. |
| ResponseAPDU |
A ResponseAPDU represents a Response Application Protocol Data Unit
received from the smart card in response to a previous CommandAPDU.
|
| Slot |
Deprecated. use slot number instead |
| SlotChannel |
A SlotChannel serves a dual purpose: It is a gate object
providing access to the smart card and, in addition, is used to send and
receive APDUs and generally interact with the card. |