This directory contains example files for "Beginning Cryptography with Java".
The organization of the examples is quite simple with all the source code being under the src directory and the JavaDoc for the files can be found in the doc directory off the the JavaDoc generated index and you can recompile the code using Ant, JDK 1.5, and the provided build.xml. Don't forget that you can use the classes in the chapter1
package to confirm that the Bouncy Castle provider and the JDK unrestricted policy files for the JCE are installed - without these some of the examples will not work.
Please contact David Hook (dgh@bund.com.au) if you find any errors. Thanks!