Class IteratedSaltedPasswordAlgorithmSpec
java.lang.Object
org.wildfly.security.password.spec.IteratedSaltedPasswordAlgorithmSpec
- All Implemented Interfaces:
Serializable,AlgorithmParameterSpec
public final class IteratedSaltedPasswordAlgorithmSpec
extends Object
implements AlgorithmParameterSpec, Serializable
Algorithm parameter specification for common hashed password types.
- Author:
- David M. Lloyd
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIteratedSaltedPasswordAlgorithmSpec(int iterationCount, byte[] salt) Construct a new instance. -
Method Summary
-
Constructor Details
-
IteratedSaltedPasswordAlgorithmSpec
public IteratedSaltedPasswordAlgorithmSpec(int iterationCount, byte[] salt) Construct a new instance.- Parameters:
iterationCount- the iteration countsalt- the salt bytes
-
-
Method Details