org.bouncycastle.crypto.examples
Class MIDPTest
java.lang.Object
|
+--MIDlet
|
+--org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIDPTest
public MIDPTest()
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)