public interface PasswordHasher
| Modifier and Type | Interface and Description |
|---|---|
static class |
PasswordHasher.Default |
| Modifier and Type | Method and Description |
|---|---|
String |
hash(char[] password,
int log_rounds) |
boolean |
verify(char[] password,
String bkdfRefenceHash) |
Copyright © 2018. All rights reserved.