Package org.apache.shiro.crypto.hash
Interface ConfigurableHashService
- All Superinterfaces:
HashService
- All Known Implementing Classes:
DefaultHashService
A
HashService that allows configuration of its strategy via JavaBeans-compatible setter methods.- Since:
- 1.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidSets the name of the key derivation function algorithm that will be used to compute secure hashes for passwords.Methods inherited from interface org.apache.shiro.crypto.hash.HashService
computeHash, getDefaultAlgorithmName, getParameters, setParameters
-
Method Details
-
setDefaultAlgorithmName
Sets the name of the key derivation function algorithm that will be used to compute secure hashes for passwords.- Parameters:
name- the name of the key derivation function algorithm that will be used to compute secure hashes for passwords.
-