Class IteratedPasswordAlgorithmSpec
java.lang.Object
org.wildfly.security.password.spec.IteratedPasswordAlgorithmSpec
- All Implemented Interfaces:
Serializable,AlgorithmParameterSpec
public final class IteratedPasswordAlgorithmSpec
extends Object
implements AlgorithmParameterSpec, Serializable
Algorithm parameter specification for password types with an iteration count.
- Author:
- David M. Lloyd
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IteratedPasswordAlgorithmSpec
public IteratedPasswordAlgorithmSpec(int iterationCount) Construct a new instance.- Parameters:
iterationCount- the iteration count
-
-
Method Details