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
 
- 
- 
Field SummaryFields Modifier and Type Field Description private intiterationCountprivate static longserialVersionUID
 - 
Constructor SummaryConstructors Constructor Description IteratedPasswordAlgorithmSpec(int iterationCount)Construct a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)intgetIterationCount()Get the iteration count.inthashCode()
 
- 
- 
- 
Field Detail- 
serialVersionUIDprivate static final long serialVersionUID - See Also:
- Constant Field Values
 
 - 
iterationCountprivate final int iterationCount 
 
- 
 
-