|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.licel.jcardsim.base.SimulatorRuntime
public class SimulatorRuntime
Base implementation of Java Card Runtime
JCSystem,
Applet| Constructor Summary | |
|---|---|
SimulatorRuntime()
|
|
| Method Summary | |
|---|---|
void |
appletInstalling(AID aid)
|
AID |
getAID()
Return current applet context AID or null |
protected Applet |
getApplet(AID aid)
Return Applet by it's AID or null |
protected Class |
getAppletClass(AID aid)
Return Applet class by it's AID or null |
AID |
getPreviousContextAID()
Return previous selected applet context AID or null |
protected void |
loadApplet(AID aid,
Class appletClass)
Load applet |
AID |
lookupAID(byte[] buffer,
short offset,
byte length)
Lookup applet by aid contains in byte array |
com.licel.jcardsim.base.SimulatorRuntime.AppletHolder |
lookupApplet(AID lookupAid)
Lookup applet by aid |
protected void |
registerApplet(AID aid,
Applet applet)
Register applet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimulatorRuntime()
| Method Detail |
|---|
public AID getAID()
public AID lookupAID(byte[] buffer,
short offset,
byte length)
public com.licel.jcardsim.base.SimulatorRuntime.AppletHolder lookupApplet(AID lookupAid)
public AID getPreviousContextAID()
public void appletInstalling(AID aid)
protected Applet getApplet(AID aid)
Applet by it's AID or null
aid - applet AIDprotected Class getAppletClass(AID aid)
Applet class by it's AID or null
aid - applet AID
protected void loadApplet(AID aid,
Class appletClass)
protected void registerApplet(AID aid,
Applet applet)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||