FileDocCategorySizeDatePackage
CaManager.javaAPI DocphoneME MR2 API (J2ME)12417Wed May 02 18:00:06 BST 2007com.sun.midp.appmanager

CaManager

public class CaManager extends MIDlet
This class enabled the user to manage the state of Third Party certificate authorities.

Fields Summary
Constructors Summary
public CaManager()
Construct a CA manager MIDlet.

        Display display = Display.getDisplay(this);

        display.setCurrent(new CaForm(this, display));
    
Methods Summary
public voiddestroyApp(boolean unconditional)
Destroy cleans up.

param
unconditional is ignored; this object always destroys itself when requested.

voidexit()
Exits this application.

        notifyDestroyed();
    
public voidpauseApp()
Pause; there are no resources that need to be released.

public voidstartApp()
Start; there are not resource to re-allocate.