public class UserPasswordUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SHA_1_PRNG |
| Constructor and Description |
|---|
UserPasswordUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getSalt() |
static byte[] |
hashPassword(String password,
byte[] salt) |
static boolean |
validatePassword(String password,
byte[] salt,
byte[] storedPassword) |
public static final String SHA_1_PRNG
Copyright © 2013–2017 V5 Analytics. All rights reserved.