Update Javadoc to include SSHA info.

This commit is contained in:
Luke Taylor 2006-04-30 22:14:27 +00:00
parent def8a849a2
commit 3f0f45706c
1 changed files with 3 additions and 2 deletions

View File

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