Package com.mku.salmon.password
Class SalmonPbkdfFactory
java.lang.Object
com.mku.salmon.password.SalmonPbkdfFactory
Creates AES transformer implementations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ISalmonPbkdfProvider
Create an instance of a pbkdf provider.
-
Constructor Details
-
SalmonPbkdfFactory
public SalmonPbkdfFactory()
-
-
Method Details
-
create
Create an instance of a pbkdf provider.- Parameters:
type
- The pbkdf type.- Returns:
- The provider.
-