Interface CredentialsEncrypter
-
- All Known Implementing Classes:
BlowfishCredentialsEncrypter,MD5CredentialsEncrypter
public interface CredentialsEncrypter- Author:
- Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(java.lang.String password, java.lang.String hashPassword)java.lang.Stringhash(java.lang.String password)
-