Uses of Interface
org.apache.shiro.crypto.hash.ConfigurableHashService
-
Packages that use ConfigurableHashService Package Description org.apache.shiro.crypto.hash Cryptographic Hashing components that greatly simplify one-way data hashing in an application. -
-
Uses of ConfigurableHashService in org.apache.shiro.crypto.hash
Classes in org.apache.shiro.crypto.hash that implement ConfigurableHashService Modifier and Type Class Description classDefaultHashServiceDefault implementation of theHashServiceinterface, supporting a customizable hash algorithm name, secure-random salt generation, multiple hash iterations and an optional internalprivateSalt.
-