|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
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)
|
| 方法详细信息 |
|---|
String crypto(String password)
String crypto(String password,
String salt)
boolean match(String password,
String result)
boolean match(String password,
String result,
String salt)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||