public class GlobalArrayClientApplet extends BaseApplet
Supported APDUs:
CLA=0x10 INS=1 Read global byte array with size from LeCLA=0x10 INS=2 Write global byte array value from CData| Modifier | Constructor and Description |
|---|---|
protected |
GlobalArrayClientApplet(byte[] bArray,
short bOffset,
byte bLength) |
| Modifier and Type | Method and Description |
|---|---|
static void |
install(byte[] bArray,
short bOffset,
byte bLength)
This method is called once during applet instantiation process.
|
void |
process(javacard.framework.APDU apdu) |
protected GlobalArrayClientApplet(byte[] bArray,
short bOffset,
byte bLength)
public static void install(byte[] bArray,
short bOffset,
byte bLength)
throws javacard.framework.ISOException
bArray - the array containing installation parametersbOffset - the starting offset in bArraybLength - the length in bytes of the parameter data in bArrayjavacard.framework.ISOException - if the install method failedpublic void process(javacard.framework.APDU apdu)
process in class javacard.framework.Applet