Bouncy Castle Cryptography 1.33

org.bouncycastle.crypto.examples
Class MIDPTest

java.lang.Object
  extended byMIDlet
      extended byorg.bouncycastle.crypto.examples.MIDPTest

public class MIDPTest
extends MIDlet

MIDP is a simple graphics application for the J2ME CLDC/MIDP. It has hardcoded values for the key and plain text. It also performs the standard testing for the chosen cipher, and displays the results. This example shows how to use the light-weight API and a symmetric cipher.

See Also:
Serialized Form

Constructor Summary
MIDPTest()
           
 
Method Summary
 void destroyApp(boolean unconditional)
           
 void message(java.lang.String s)
           
 void pauseApp()
           
 void startApp()
           
 void status(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIDPTest

public MIDPTest()
Method Detail

startApp

public void startApp()

pauseApp

public void pauseApp()

destroyApp

public void destroyApp(boolean unconditional)

message

public void message(java.lang.String s)

status

public void status(java.lang.String s)

Bouncy Castle Cryptography 1.33