Class DefaultHashFormatFactory

java.lang.Object
org.apache.shiro.crypto.hash.format.DefaultHashFormatFactory
All Implemented Interfaces:
HashFormatFactory

public class DefaultHashFormatFactory extends Object implements HashFormatFactory
This default HashFormatFactory implementation heuristically determines a HashFormat class to instantiate based on the input argument and returns a new instance of the discovered class. The heuristics are detailed in the getInstance method documentation.
Since:
1.2