public interface PasswordDigester
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String rawPassword,
String salt) |
boolean |
matches(String rawPassword,
String encodedPassword,
String salt) |
Copyright © 2018. All rights reserved.