Browse Source

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

Luke Taylor 14 years ago
parent
commit
60befb063a

+ 7 - 0
docs/manual/src/docbook/appendix-dependencies.xml

@@ -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>

+ 6 - 0
docs/manual/src/docbook/introduction.xml

@@ -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>