public interface PasswordEncryptor
String
encrypt(String password)
boolean
matches(String passwordToCheck, String storedPassword)
String encrypt(String password)
password
boolean matches(String passwordToCheck, String storedPassword)
passwordToCheck
storedPassword
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.