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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description IteratedPasswordAlgorithmSpec(int iterationCount)Construct a new instance. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)intgetIterationCount()Get the iteration count.inthashCode() 
 -