org.bouncycastle.crypto.examples
Class CryptoTest
org.bouncycastle.crypto.examples.CryptoTest
- public class CryptoTest
CryptoTest is a simple graphics application for the J2ME CLDC.
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
symmetric ciphers.
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
penDown(int x,
int y)
pendown() handles all the user interactions that are possible
for the example. |
CryptoTest
public CryptoTest()
main
public static void main(java.lang.String[] args)
penDown
public void penDown(int x,
int y)
- pendown() handles all the user interactions that are possible
for the example.