org.bouncycastle.crypto.examples
Class MIDPTest
org.bouncycastle.crypto.examples.MIDPTest
- public class MIDPTest
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.
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)