keycloak-oidc-service
|
公開メンバ関数 | |
SHAPasswordEncoder (int strength) | |
String | encode (String rawPassword) |
boolean | verify (String rawPassword, String encodedPassword) |
int | getStrength () |
限定公開メンバ関数 | |
final MessageDigest | getMessageDigest () throws IllegalArgumentException |
非公開変数類 | |
int | strength |
Password that uses SHA to encode passwords. You can always change the SHA strength by specifying a valid integer when creating a new instance.
Passwords are returned with a Base64 encoding.
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
private |