Bouncy Castle Cryptography 1.11

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.


Constructor Summary
CryptoTest()
           
 
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.
 

Constructor Detail

CryptoTest

public CryptoTest()
Method Detail

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.

Bouncy Castle Cryptography 1.11