Interface PasswordAlgorithm

All Known Implementing Classes:
BCryptPasswordAlgorithm, SHA1HashPasswordAlgorithm

public interface PasswordAlgorithm
  • Method Details

    • supports

      boolean supports(String hashedPassword)
    • hash

      String hash(String password)
    • matches

      boolean matches(String hashedPassword, String otherPassword)