Uses of Interface
org.apache.shiro.crypto.hash.format.HashFormat
-
Packages that use HashFormat Package Description org.apache.shiro.crypto.hash.format -
-
Uses of HashFormat in org.apache.shiro.crypto.hash.format
Subinterfaces of HashFormat in org.apache.shiro.crypto.hash.format Modifier and Type Interface Description interfaceModularCryptFormatAHashFormatthat supports Modular Crypt Format token rules.interfaceParsableHashFormatAParsableHashFormatis able to parse a formatted string and convert it into aHashinstance.Classes in org.apache.shiro.crypto.hash.format that implement HashFormat Modifier and Type Class Description classBase64FormatHashFormatthat outputs only the hash's digest bytes in Base64 format.classHexFormatHashFormatthat outputs only The hash's digest bytes in hex format.classShiro1CryptFormatTheShiro1CryptFormatis a fully reversible Modular Crypt Format (MCF).Methods in org.apache.shiro.crypto.hash.format that return HashFormat Modifier and Type Method Description HashFormatDefaultHashFormatFactory. getInstance(String in)HashFormatHashFormatFactory. getInstance(String token)protected HashFormatDefaultHashFormatFactory. newHashFormatInstance(Class clazz)
-