
public final class MaskedPasswordSpec extends Object implements PasswordSpec
| Constructor and Description |
|---|
MaskedPasswordSpec(char[] initialKeyMaterial,
int iterationCount,
byte[] salt,
byte[] maskedPasswordBytes)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
char[] |
getInitialKeyMaterial()
Get the initial key material.
|
int |
getIterationCount()
Get the iteration count.
|
byte[] |
getMaskedPasswordBytes()
Get the masked password bytes.
|
byte[] |
getSalt()
Get the salt bytes.
|
int |
hashCode() |
public MaskedPasswordSpec(char[] initialKeyMaterial,
int iterationCount,
byte[] salt,
byte[] maskedPasswordBytes)
initialKeyMaterial - the initial key material (must not be null)iterationCount - the iteration countsalt - the salt bytes (must not be null)maskedPasswordBytes - the masked password bytes (must not be null)public char[] getInitialKeyMaterial()
null)public int getIterationCount()
public byte[] getSalt()
null)public byte[] getMaskedPasswordBytes()
null)Copyright © 2020 JBoss by Red Hat. All rights reserved.