Uses of Class
org.apache.shiro.crypto.hash.format.ProvidedHashFormat
-
Packages that use ProvidedHashFormat Package Description org.apache.shiro.crypto.hash.format -
-
Uses of ProvidedHashFormat in org.apache.shiro.crypto.hash.format
Methods in org.apache.shiro.crypto.hash.format that return ProvidedHashFormat Modifier and Type Method Description static ProvidedHashFormatProvidedHashFormat. byId(String id)static ProvidedHashFormatProvidedHashFormat. valueOf(String name)Returns 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.
-