Package com.sun.javacard.apduio

Provides a client API for exchanging APDUs with smart cards.

See:
          Description

Interface Summary
CadClientInterface An interface describing a client connection to a card.
 

Class Summary
Apdu This class represent a pair of C-APDU and R-APDU.
CadDevice Factory class producing CardClientInterface instances (connections to a card)
 

Exception Summary
CadTransportException This abstract class is the parent class of all CAD exception classes.
T1Exception This class represents error states for T=1 CAD devices.
TLP224Exception Exceptions related to TLP224 protocol violations
 

Package com.sun.javacard.apduio Description

Provides a client API for exchanging APDUs with smart cards.

It is used internally by several components of the Java Card development kit.