public interface PasswordAlgorithm
| Modifier and Type | Method and Description |
|---|---|
String |
hash(String password) |
boolean |
matches(String hashedPassword,
String otherPassword) |
boolean |
supports(String hashedPassword) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.