Uses of Enum
org.apache.shiro.crypto.hash.format.ProvidedHashFormat
Packages that use ProvidedHashFormat
Package
Description
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
-
Uses of ProvidedHashFormat in org.apache.shiro.crypto.hash.format
Subclasses with type arguments of type ProvidedHashFormat in org.apache.shiro.crypto.hash.formatModifier and TypeClassDescriptionenumAn enum representing Shiro's default providedHashFormatimplementations.Methods in org.apache.shiro.crypto.hash.format that return ProvidedHashFormatModifier and TypeMethodDescriptionstatic ProvidedHashFormatstatic ProvidedHashFormatReturns the enum constant of this type with the specified name.static ProvidedHashFormat[]ProvidedHashFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.