The select-method returns a boolean value that indicates wether or not the applet is ready to accept the incoming APDU command.
The JavaCard runtime environment will call the install-method of an applet before an instance is created.
The select-method is called by the JavaCard runtime environment.
The deselect-method is called by the Java Card runtime environment to inform that this currently selected applet is being deselected on this logical channel and no applet from the same package is still active on any other logical channel.
The select-method must be implemented by a non-abstract subclass of Applet.
The select-method is called before the process-method is called.
|