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.
Method Summary |
opencard.core.terminal.ResponseAPDU |
sendCommandAPDU(AppletID appletAID,
opencard.core.terminal.CommandAPDU commandAPDU)
Deprecated. Send the specified commandAPDU to the applet with the ID AppletID. |
sendCommandAPDU
public opencard.core.terminal.ResponseAPDU sendCommandAPDU(AppletID appletAID,
opencard.core.terminal.CommandAPDU commandAPDU)
throws opencard.core.terminal.CardTerminalException,
opencard.core.service.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