Uses of Interface
org.apache.shiro.crypto.hash.HashService
-
Packages that use HashService Package Description org.apache.shiro.crypto.hash Cryptographic Hashing components that greatly simplify one-way data hashing in an application. -
-
Uses of HashService in org.apache.shiro.crypto.hash
Subinterfaces of HashService in org.apache.shiro.crypto.hash Modifier and Type Interface Description interfaceConfigurableHashServiceAHashServicethat allows configuration of its strategy via JavaBeans-compatible setter methods.Classes in org.apache.shiro.crypto.hash that implement HashService 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.
-