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