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-2016 Graylog, Inc.. All Rights Reserved.