public final class PBKDF2PasswordHashing extends Object implements PasswordHashing
| Modifier and Type | Method and Description |
|---|---|
String |
generateHash(String password) |
static PasswordHashing |
getInstance() |
static PasswordHashing |
getInstance(int generatorIterations) |
boolean |
validatePassword(String password,
String hashedPassword) |
public String generateHash(String password)
generateHash in interface PasswordHashingpublic boolean validatePassword(String password, String hashedPassword)
validatePassword in interface PasswordHashingpublic static PasswordHashing getInstance(int generatorIterations)
public static PasswordHashing getInstance()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.