mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +00:00
Update Javadoc to include SSHA info.
This commit is contained in:
parent
def8a849a2
commit
3f0f45706c
@ -24,8 +24,9 @@ import org.springframework.util.Assert;
|
||||
import java.security.MessageDigest;
|
||||
|
||||
/**
|
||||
* A version of {@link ShaPasswordEncoder} which usesBase-64 encoding
|
||||
* by default and always prepends the string "{SHA}" to the encoded hash.
|
||||
* A version of {@link ShaPasswordEncoder} which supports Ldap SHA
|
||||
* and SSHA (salted-SHA) encodings. The values are base-64 encoded
|
||||
* and have the label "{SHA}" (or "{SSHA}") prepended to the encoded hash.
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
|
Loading…
x
Reference in New Issue
Block a user