|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AppletSelector
The AppletSelector interface defines the minimum features that are necessary for working with card-resident applets.
CardChannel,
AppletID,
AppletInfo| Method Summary | |
|---|---|
AppletInfo |
selectApplet(CardChannel channel,
AppletID appletIdentifier)
Select a given applet with the specified AppletID. |
| Method Detail |
|---|
AppletInfo selectApplet(CardChannel channel,
AppletID appletIdentifier)
throws CardServiceException,
CardTerminalException
channel - The CardChannel object that must be used
if it is specified (if this argument is null,
the function must allocate a new card channel).appletIdentifier - The AppletID object referring to the applet
to be selected.
CardTerminalException - Thrown when error occurs during the communication.
CardServiceException - Thrown when error occurs during execution of the operation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||