Uses of Interface
org.apache.shiro.crypto.hash.format.HashFormatFactory
Packages that use HashFormatFactory
Package
Description
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
-
Uses of HashFormatFactory in org.apache.shiro.crypto.hash.format
Classes in org.apache.shiro.crypto.hash.format that implement HashFormatFactoryModifier and TypeClassDescriptionclassThis defaultHashFormatFactoryimplementation heuristically determines aHashFormatclass to instantiate based on the input argument and returns a new instance of the discovered class.