Package org.apache.shiro.crypto.hash.format
package org.apache.shiro.crypto.hash.format
-
ClassDescriptionDeprecated.will throw exceptions in 2.1.0, to be removed in 2.2.0This default
HashFormatFactoryimplementation heuristically determines aHashFormatclass to instantiate based on the input argument and returns a new instance of the discovered class.AHashFormatis able to format aHashinstance into a well-defined formatted String.Deprecated.will throw exceptions in 2.1.0, to be removed in 2.2.0AHashFormatthat supports Modular Crypt Format token rules.AParsableHashFormatis able to parse a formatted string and convert it into aHashinstance.An enum representing Shiro's default providedHashFormatimplementations.TheShiro1CryptFormatis a fully reversible Modular Crypt Format (MCF).TheShiro2CryptFormatis a fully reversible Modular Crypt Format (MCF).