SEC-1659: Added crypto module to list of project modules in reference manual intro and to dependencies appendix.

This commit is contained in:
Luke Taylor 2011-01-19 18:26:30 +00:00
parent 162cb64baa
commit 60befb063a
2 changed files with 13 additions and 0 deletions

View File

@ -413,4 +413,11 @@
</para>
</section>
<section>
<title><literal>spring-security-crypto</literal></title>
<para>Provides convenient cryptographic APIs which are used by projects such as OAuth.
This module currently has no external dependencies.
</para>
</section>
</appendix>

View File

@ -282,6 +282,12 @@
external OpenID server. <literal>org.springframework.security.openid</literal>.
Requires OpenID4Java.</para>
</section>
<section xml:id="spring-security-crypto">
<title>Crypto - <literal>spring-security-crypto.jar</literal></title>
<para>Contains cryptography utility functions which are used by other
Spring projects. <literal>org.springframework.security.crypto</literal>.
</para>
</section>
</section>
<section xml:id="get-source">
<title>Checking out the Source</title>