Class BCryptProvider
java.lang.Object
org.apache.shiro.crypto.support.hashes.bcrypt.BCryptProvider
- All Implemented Interfaces:
org.apache.shiro.crypto.hash.HashSpi
- Since:
- 2.0
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.shiro.crypto.hash.HashSpi
org.apache.shiro.crypto.hash.HashSpi.HashFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.shiro.crypto.support.hashes.bcrypt.BCryptHashfromString(String format) org.apache.shiro.crypto.hash.HashSpi.HashFactorynewHashFactory(Random random)
-
Constructor Details
-
BCryptProvider
public BCryptProvider()
-
-
Method Details
-
getImplementedAlgorithms
- Specified by:
getImplementedAlgorithmsin interfaceorg.apache.shiro.crypto.hash.HashSpi
-
fromString
- Specified by:
fromStringin interfaceorg.apache.shiro.crypto.hash.HashSpi
-
newHashFactory
- Specified by:
newHashFactoryin interfaceorg.apache.shiro.crypto.hash.HashSpi
-