public final class IteratedSaltedPasswordAlgorithmSpec extends Object implements AlgorithmParameterSpec, Serializable
Constructor and Description |
---|
IteratedSaltedPasswordAlgorithmSpec(int iterationCount,
byte[] salt)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
getIterationCount()
Get the iteration count.
|
byte[] |
getSalt()
Get the salt bytes.
|
int |
hashCode() |
public IteratedSaltedPasswordAlgorithmSpec(int iterationCount, byte[] salt)
iterationCount
- the iteration countsalt
- the salt bytesCopyright © 2020 JBoss by Red Hat. All rights reserved.