Methods in com.licel.jcardsim.base with parameters of type Applet |
static boolean |
SimulatorSystem.isAppletSelecting(Applet aThis)
|
protected void |
SimulatorRuntime.registerApplet(AID aid,
Applet applet)
Register applet |
static void |
SimulatorSystem.registerApplet(Applet applet)
This method is used by the applet to register this applet instance with
the Java Card runtime environment and to
assign the Java Card platform name of the applet as its instance AID bytes. |
static void |
SimulatorSystem.registerApplet(Applet applet,
byte[] bArray,
short bOffset,
byte bLength)
This method is used by the applet to register this applet instance with the Java Card runtime environment and
assign the specified AID bytes as its instance AID bytes. |