|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavacard.framework.Applet
com.licel.jcardsim.samples.JavaPurse.JavaPurse
public class JavaPurse
This class is intended to demonstrate how an electronic cash application might be developed using Java Card
See Java Card(TM) Development Kit User's Guide for details.
Constructor Summary | |
---|---|
protected |
JavaPurse(byte[] bArray,
short bOffset,
byte bLength)
Performs memory allocations, initialization, and applet registration. |
Method Summary | |
---|---|
void |
deselect()
Performs the session finalization. |
static void |
install(byte[] bArray,
short bOffset,
byte bLength)
Installs Java Purse applet. |
void |
process(APDU apdu)
Dispatches APDU commands. |
Methods inherited from class javacard.framework.Applet |
---|
getShareableInterfaceObject, register, register, select, selectingApplet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JavaPurse(byte[] bArray, short bOffset, byte bLength)
bArray
- received by install.bOffset
- received by install.bLength
- received by install.Method Detail |
---|
public static void install(byte[] bArray, short bOffset, byte bLength)
bArray
- install parameter array.bOffset
- where install data begins.bLength
- install parameter data length.public void deselect()
deselect
in class Applet
public void process(APDU apdu)
process
in class Applet
apdu
- APDU objectAPDU
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |