public class PersistentApplet extends BaseApplet
| Modifier | Constructor and Description |
|---|---|
protected |
PersistentApplet(byte[] bArray,
short bOffset,
byte bLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
deselect() |
static void |
install(byte[] bArray,
short bOffset,
byte bLength) |
void |
process(javacard.framework.APDU apdu) |
protected PersistentApplet(byte[] bArray,
short bOffset,
byte bLength)
public static void install(byte[] bArray,
short bOffset,
byte bLength)
throws javacard.framework.ISOException
javacard.framework.ISOExceptionpublic void deselect()
deselect in class javacard.framework.Appletpublic void process(javacard.framework.APDU apdu)
process in class javacard.framework.Applet