|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.javacard.apduio.ClientProtocol
public abstract class ClientProtocol
The ClientProtocol class is the abstract class that all client protocol (T=0/T=1) classes are derived from.
| Field Summary | |
|---|---|
protected CadClientInterface |
cad
|
| Constructor Summary | |
|---|---|
ClientProtocol()
|
|
| Method Summary | |
|---|---|
abstract void |
exchangeApdu(Apdu apdu)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CadClientInterface cad
| Constructor Detail |
|---|
public ClientProtocol()
| Method Detail |
|---|
public abstract void exchangeApdu(Apdu apdu)
throws java.io.IOException,
CadTransportException
java.io.IOException
CadTransportException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||