@ApplicationScoped public class PasswordService extends Object
| Constructor and Description |
|---|
PasswordService() |
| Modifier and Type | Method and Description |
|---|---|
String |
hash(char[] password,
boolean wipePassword) |
boolean |
verify(char[] password,
String hash,
boolean wipePassword) |
Copyright © 2019. All rights reserved.