demo.midp
Class MidletAES

java.lang.Object
  |
  +--javax.microedition.midlet.MIDlet
        |
        +--demo.midp.MidletAES
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class MidletAES
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener

This class demonstrates the useage of the AES algorithm with MidLets.


Constructor Summary
MidletAES()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
          CommandListener for Midlets.
 void destroyApp(boolean unconditional)
          Destroy must cleanup everything.
 void pauseApp()
          Time to pause, free any space we don't need right now.
 void startApp()
          Startmethod for MIDlet.
 
Methods inherited from class javax.microedition.midlet.MIDlet
getAppProperty, notifyDestroyed, notifyPaused, resumeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidletAES

public MidletAES()
Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable s)
CommandListener for Midlets.
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener

startApp

public void startApp()
Startmethod for MIDlet. This method is requrired for MIDlets to start.
Overrides:
startApp in class javax.microedition.midlet.MIDlet

pauseApp

public void pauseApp()
Time to pause, free any space we don't need right now. This method is requrired for MIDlets.
Overrides:
pauseApp in class javax.microedition.midlet.MIDlet

destroyApp

public void destroyApp(boolean unconditional)
Destroy must cleanup everything. This method is requrired for MIDlets.
Overrides:
destroyApp in class javax.microedition.midlet.MIDlet

This Javadoc may contain text parts from IETF Internet Standard specifications, see copyright note) and RSA Data Security Public-Key Cryptography Standards (see copyright note).

IAIK-JCE ME 3.04, (c) 2002 IAIK, (c) 2003 to 2006 Stiftung SIC