mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 11:13:30 +00:00
SEC-1659: Added crypto module to list of project modules in reference manual intro and to dependencies appendix.
This commit is contained in:
parent
162cb64baa
commit
60befb063a
@ -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>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user