Uses of Interface
org.apache.shiro.crypto.hash.HashService
Packages that use HashService
Package
Description
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.hashModifier and TypeInterfaceDescriptioninterfaceAHashServicethat allows configuration of its strategy via JavaBeans-compatible setter methods.Classes in org.apache.shiro.crypto.hash that implement HashServiceModifier and TypeClassDescriptionclassDefault implementation of theHashServiceinterface, supporting a customizable hash algorithm name.