Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2013-06-14 09:47:52 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-06-14 09:47:52 +0400
commitc802d943dd9c51175c0c7723b7c31b95bcd01d2a (patch)
treebdda49ad7abd7d2d080db3f2a1132e6f0cf792c6 /index.html
parent7394fc235f598151b591f72309a7917fe4fd4998 (diff)
added JavaDoc link
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index eaaad25a..333cf2ae 100644
--- a/index.html
+++ b/index.html
@@ -28,14 +28,20 @@ contains a light-weight API suitable for use in any environment
to conform the algorithms to the JCE framework.
<p>
Except where otherwise stated, this software is distributed under a license based on the MIT X Consortium license. To view the license, <a href="./LICENSE.html">see here</a>. The OpenPGP library also includes a modified BZIP2 library which is licensed under the <a href="http://www.apache.org/licenses/">Apache Software License, Version 2.0</a>.
+</p>
<p>
The current release notes for this package are
<a href="docs/releasenotes.html">here</a>.
+</p>
<p>
The current specifications for this package are
<a href="docs/specifications.html">here</a>.
</p>
<p>
+The current JavaDoc for the Bouncy Castle APIs can be found
+<a href="javadoc/index.html">here</a>.
+</p>
+<p>
Additional documentation on use of the classes can also be found in the <a href="docs/index.html">docs</a> directory.
</p>
<h2>Examples and Tests</h2>