Uses of Interface
org.apache.shiro.crypto.hash.format.HashFormat
Packages that use HashFormat
-
Uses of HashFormat in org.apache.shiro.crypto.hash.format
Subinterfaces of HashFormat in org.apache.shiro.crypto.hash.formatModifier and TypeInterfaceDescriptioninterfaceAHashFormatthat supports Modular Crypt Format token rules.interfaceAParsableHashFormatis able to parse a formatted string and convert it into aHashinstance.Classes in org.apache.shiro.crypto.hash.format that implement HashFormatModifier and TypeClassDescriptionclassDeprecated.will throw exceptions in 2.1.0, to be removed in 2.2.0classDeprecated.will throw exceptions in 2.1.0, to be removed in 2.2.0classTheShiro1CryptFormatis a fully reversible Modular Crypt Format (MCF).classTheShiro2CryptFormatis a fully reversible Modular Crypt Format (MCF).Methods in org.apache.shiro.crypto.hash.format that return HashFormatModifier and TypeMethodDescriptionDefaultHashFormatFactory.getInstance(String in) HashFormatFactory.getInstance(String token) protected final HashFormatDefaultHashFormatFactory.newHashFormatInstance(Class clazz)