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