com.sun.javacard.apduio
Class ClientProtocol

java.lang.Object
  extended by com.sun.javacard.apduio.ClientProtocol
Direct Known Subclasses:
ClientPCSCProtocol, ClientT0Protocol, ClientT1Protocol

public abstract class ClientProtocol
extends java.lang.Object

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

cad

protected CadClientInterface cad
Constructor Detail

ClientProtocol

public ClientProtocol()
Method Detail

exchangeApdu

public abstract void exchangeApdu(Apdu apdu)
                           throws java.io.IOException,
                                  CadTransportException
Throws:
java.io.IOException
CadTransportException


Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.