public class GlobalArrayServerApplet extends BaseApplet implements GlobalArrayAccess
Supported APDUs:
CLA=0x10 INS=1 Create global byte array with size form P1 and fill each byte with data from P2CLA=0x10 INS=2 Store global byte array value from CData| Modifier | Constructor and Description |
|---|---|
protected |
GlobalArrayServerApplet() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getGlobalArrayRef() |
javacard.framework.Shareable |
getShareableInterfaceObject(javacard.framework.AID clientAID,
byte parameter) |
static void |
install(byte[] bArray,
short bOffset,
byte bLength) |
void |
process(javacard.framework.APDU apdu) |
public static void install(byte[] bArray,
short bOffset,
byte bLength)
throws javacard.framework.ISOException
javacard.framework.ISOExceptionpublic void process(javacard.framework.APDU apdu)
throws javacard.framework.ISOException
process in class javacard.framework.Appletjavacard.framework.ISOExceptionpublic javacard.framework.Shareable getShareableInterfaceObject(javacard.framework.AID clientAID,
byte parameter)
getShareableInterfaceObject in class javacard.framework.Appletpublic Object getGlobalArrayRef()
getGlobalArrayRef in interface GlobalArrayAccess