Bouncy Castle Cryptography 1.11

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.


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)
           
 

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.11