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