cn.dreampie.security
接口 PasswordService

所有已知实现类:
DefaultPasswordService

public interface PasswordService

Created by ice on 14-12-23.


方法摘要
 String crypto(String password)
           
 String crypto(String password, String salt)
           
 boolean match(String password, String result)
           
 boolean match(String password, String result, String salt)
           
 

方法详细信息

crypto

String crypto(String password)

crypto

String crypto(String password,
              String salt)

match

boolean match(String password,
              String result)

match

boolean match(String password,
              String result,
              String salt)


Copyright © 2015. All rights reserved.