Interface HashSpi

All Known Implementing Classes:
SimpleHashProvider

public interface HashSpi
Service Provider Interface for password hashing algorithms.

Apache Shiro will load algorithm implementations based on the method getImplementedAlgorithms(). Loaded providers are expected to return a suitable hash implementation.

Modern kdf-based hash implementations can extend the AbstractCryptHash class.

Since:
2.0