Interface ModularCryptFormat
- All Superinterfaces:
HashFormat
- All Known Implementing Classes:
Shiro1CryptFormat,Shiro2CryptFormat
A
HashFormat that supports
Modular Crypt Format token rules.- Since:
- 1.2
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.apache.shiro.crypto.hash.format.HashFormat
format
-
Field Details
-
TOKEN_DELIMITER
-
-
Method Details
-
getId
Returns the Modular Crypt Format identifier that indicates how the formatted String should be parsed. This id is always in the MCF-formatted string's first token. Example values aremd5,1,2,apr1, etc.- Returns:
- the Modular Crypt Format identifier that indicates how the formatted String should be parsed.
-