public static interface Passwords.PasswordDigester
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
digest(char[] password) |
Passwords.PasswordDigester |
iterationCount(int iterationCount) |
Passwords.PasswordDigester |
keyLength(int keyLength) |
Passwords.PasswordDigester |
saltLength(int saltLength) |
Passwords.PasswordDigester saltLength(int saltLength)
Passwords.PasswordDigester keyLength(int keyLength)
Passwords.PasswordDigester iterationCount(int iterationCount)
byte[] digest(char[] password)
Copyright © 2020. All rights reserved.