public class MultiInstanceApplet extends BaseApplet implements javacard.framework.AppletEvent
Returns FCI (file control information) on SELECT
Supported APDUs:
CLA=0x80 INS=0 return AIDCLA=0x80 INS=2 return instance countCLA=0x80 INS=4 lock the applet| Modifier | Constructor and Description |
|---|---|
protected |
MultiInstanceApplet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
install(byte[] bArray,
short bOffset,
byte bLength) |
void |
process(javacard.framework.APDU apdu) |
boolean |
select() |
void |
uninstall() |
public static void install(byte[] bArray,
short bOffset,
byte bLength)
public boolean select()
select in class javacard.framework.Appletpublic void process(javacard.framework.APDU apdu)
process in class javacard.framework.Appletpublic void uninstall()
uninstall in interface javacard.framework.AppletEvent