opencard.opt.javacard
Interface JavaCardCardService


Deprecated. As of OCF 1.2, this interface is replaced by the class opencard.opt.applet.BasicAppletCardService

public interface JavaCardCardService

The JavaCardCardService interface defines the methods that must be provided by CardServices supporting JavaCards.

Version:
$Id: JavaCardCardService.java,v 1.3 1999/11/29 14:56:10 damke Exp $
Author:
Thomas Broell

Method Summary
 ResponseAPDU sendCommandAPDU(AppletID appletAID, CommandAPDU commandAPDU)
          Deprecated. Send the specified commandAPDU to the applet with the ID AppletID.
 

Method Detail

sendCommandAPDU

ResponseAPDU sendCommandAPDU(AppletID appletAID,
                             CommandAPDU commandAPDU)
                             throws CardTerminalException,
                                    CardServiceException
Deprecated. 
Send the specified commandAPDU to the applet with the ID AppletID. This method internally performs the applet selection.

Parameters:
appletAID - Applet ID specifying the applet
commandAPDU - to send to the applet
Returns:
the responseAPDU returned from the JavaCard applet
Throws:
CardTerminalException
CardServiceException