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 Details

    • IteratedPasswordAlgorithmSpec

      public IteratedPasswordAlgorithmSpec(int iterationCount)
      Construct a new instance.
      Parameters:
      iterationCount - the iteration count
  • Method Details

    • getIterationCount

      public int getIterationCount()
      Get the iteration count.
      Returns:
      the iteration count
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object