Skip to content

Commit c802d94

Browse files
committed
added JavaDoc link
1 parent 7394fc2 commit c802d94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,20 @@ <h1>The Bouncy Castle Crypto Package</h1>
2828
to conform the algorithms to the JCE framework.
2929
<p>
3030
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>.
31+
</p>
3132
<p>
3233
The current release notes for this package are
3334
<a href="docs/releasenotes.html">here</a>.
35+
</p>
3436
<p>
3537
The current specifications for this package are
3638
<a href="docs/specifications.html">here</a>.
3739
</p>
3840
<p>
41+
The current JavaDoc for the Bouncy Castle APIs can be found
42+
<a href="javadoc/index.html">here</a>.
43+
</p>
44+
<p>
3945
Additional documentation on use of the classes can also be found in the <a href="docs/index.html">docs</a> directory.
4046
</p>
4147
<h2>Examples and Tests</h2>

0 commit comments

Comments
 (0)