Applet



Uses of Class
javacard.framework.Applet

Packages that use Applet
com.licel.jcardsim.base   
com.licel.jcardsim.samples   
 

Uses of Applet in com.licel.jcardsim.base
 

Methods in com.licel.jcardsim.base that return Applet
protected  Applet SimulatorRuntime.getApplet(AID aid)
          Return Applet by it's AID or null
 

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.
 

Uses of Applet in com.licel.jcardsim.samples
 

Subclasses of Applet in com.licel.jcardsim.samples
 class HelloWorldApplet
          Basic HelloWorld JavaCard Applet