Package org.apache.shiro.crypto.hash
Class SimpleHashProvider.Parameters
java.lang.Object
org.apache.shiro.crypto.hash.SimpleHashProvider.Parameters
- Enclosing class:
SimpleHashProvider
-
Field Details
-
PARAMETER_ITERATIONS
- See Also:
-
PARAMETER_SECRET_SALT
A secret part added to the salt. Sometimes also referred to as "Pepper".For more information, see Pepper (cryptography) on Wikipedia.
- See Also:
-
DEFAULT_ALGORITHM
- See Also:
-
DEFAULT_ITERATIONS
- See Also:
-