public class IteratedSaltedHashPasswordSpec extends Object implements PasswordSpec
PasswordSpec for a password represented by a hash with a salt and a iteration count or cost.| Constructor and Description |
|---|
IteratedSaltedHashPasswordSpec(byte[] hash,
byte[] salt,
int iterationCount)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getHash()
Get a password hash bytes.
|
int |
getIterationCount()
Get the iteration count.
|
byte[] |
getSalt()
Get the salt bytes.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.