接口 Passwords.PasswordDigester
- 封闭类:
- Passwords
public static interface Passwords.PasswordDigester
-
方法概要
修饰符和类型方法说明byte[]digest(char[] password) iterationCount(int iterationCount) keyLength(int keyLength) saltLength(int saltLength)
-
方法详细资料
-
saltLength
-
keyLength
-
iterationCount
-
digest
byte[] digest(char[] password)
-