Package org.apache.shiro.crypto.hash.format
-
Interface Summary Interface Description HashFormat AHashFormatis able to format aHashinstance into a well-defined formatted String.HashFormatFactory ModularCryptFormat AHashFormatthat supports Modular Crypt Format token rules.ParsableHashFormat AParsableHashFormatis able to parse a formatted string and convert it into aHashinstance. -
Class Summary Class Description Base64Format HashFormatthat outputs only the hash's digest bytes in Base64 format.DefaultHashFormatFactory This defaultHashFormatFactoryimplementation heuristically determines aHashFormatclass to instantiate based on the input argument and returns a new instance of the discovered class.HexFormat HashFormatthat outputs only The hash's digest bytes in hex format.Shiro1CryptFormat TheShiro1CryptFormatis a fully reversible Modular Crypt Format (MCF). -
Enum Summary Enum Description ProvidedHashFormat An enum representing Shiro's default providedHashFormatimplementations.