| com.sun.satsa.gsmapplet.GSMApplet
GSMApplet | public class GSMApplet extends Applet implements ToolkitConstants(Code) | | This applets is suppose to simulate the working of the main GSM applet in
(U)SIM that controls access to all other applets. No other applet is
selected directly but is invoked by this applet on basis of events.
|
Field Summary | |
AccessSATImpl | SATAccessor A field to hold the instance of SATAccessor which is used by the
toolkit classes to set and get the APDU buffer. |
Method Summary | |
public Shareable | getShareableInterfaceObject(AID clientAID, byte parameter) Returns shareable interface object to SIM Framework. | public static void | install(byte[] bArray, short bOffset, byte bLength) Applet's install method. | public void | process(APDU apdu) Process method that processes all the APDUs received from the terminal. | public void | uninstall() This method is called by JCRE before it tries to uninstall this applet. |
SATAccessor | AccessSATImpl SATAccessor(Code) | | A field to hold the instance of SATAccessor which is used by the
toolkit classes to set and get the APDU buffer.
|
getShareableInterfaceObject | public Shareable getShareableInterfaceObject(AID clientAID, byte parameter)(Code) | | Returns shareable interface object to SIM Framework.
Parameters: clientAID - - aid of SIM Framework Parameters: parameter - The current applet instance |
install | public static void install(byte[] bArray, short bOffset, byte bLength)(Code) | | Applet's install method. Creates an instance of GSMApplet
Parameters: bArray - parameters array Parameters: bOffset - offset in the parameters array Parameters: bLength - length of parameters |
process | public void process(APDU apdu)(Code) | | Process method that processes all the APDUs received from the terminal.
Parameters: apdu - APDU that has been received from the terminal |
uninstall | public void uninstall()(Code) | | This method is called by JCRE before it tries to uninstall this applet.
|
|
|