public interface PasswordEncryptionService
| Modifier and Type | Method and Description |
|---|---|
String |
encrypt(String password) |
boolean |
matches(String candidate,
String encrypted) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.