Update wolfcrypt-jni README.md

pull/2/merge
Chris Conlon 2015-07-06 10:33:57 -06:00
parent e4a8f6245b
commit 5374f1e6b6
1 changed files with 19 additions and 0 deletions

View File

@ -29,3 +29,22 @@ $ make
$ ant
$ ant test
```
### API Javadocs
---------
After the "ant" command has been executed, this will generate a set of
Javadocs under the wolfcrypt-jni/docs directory. To view the root document,
open the following file in a web browser:
wolfcrypt-jni/docs/index.html
### Example / Test Code
---------
The JUnit test code can act as a good usage example of the wolfCrypt JNI
API. This test code is run automatically when "ant test" is executed from
the root wolfcrypt-jni directory. The test source code is located at:
wolfcrypt-jni/src/test/com/wolfssl/wolfcrypt