opencard.opt.javacard
Interface JavaCardCardService
Deprecated. As of OCF 1.2, this interface is replaced by the class
opencard.opt.applet.BasicAppletCardService
- public abstract 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 $
sendCommandAPDU
public 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:
AppletID - Applet ID specifying the appletcommandAPDU - to send to the applet- Returns:
- the responseAPDU returned from the JavaCard applet
|