demo.midp
Class MidletTripleDES

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

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

This class demonstrates the capabilities of the IAIK-JCE MicroEdition on


Constructor Summary
MidletTripleDES()
           
 
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.
static void main(String[] args)
           
 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

MidletTripleDES

public MidletTripleDES()
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

main

public static void main(String[] args)

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