cn.dreampie.security
接口 PasswordService

所有已知实现类:
DefaultPasswordService

public interface PasswordService

Created by ice on 14-12-23.


方法摘要
 String hash(String password)
           
 boolean match(String password, String passwordHash)
           
 

方法详细信息

hash

String hash(String password)

match

boolean match(String password,
              String passwordHash)


Copyright © 2015. All rights reserved.