Package com.mku.salmon.password
Class PbkdfFactory
java.lang.Object
com.mku.salmon.password.PbkdfFactory
Creates PBKDF implementations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PbkdfFactory
public PbkdfFactory()
-
-
Method Details
-
create
Create an instance of a pbkdf provider.- Parameters:
type- The pbkdf type.- Returns:
- The provider.
-