public final class MaskedPasswordAlgorithmSpec extends Object implements AlgorithmParameterSpec
Constructor and Description |
---|
MaskedPasswordAlgorithmSpec(char[] initialKeyMaterial,
int iterationCount,
byte[] salt)
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[] |
getSalt()
Get the salt bytes.
|
int |
hashCode() |
public MaskedPasswordAlgorithmSpec(char[] initialKeyMaterial, int iterationCount, byte[] salt)
initialKeyMaterial
- the initial key material (must not be null
)iterationCount
- the iteration countsalt
- the salt bytes (must not be null
)public char[] getInitialKeyMaterial()
null
)public int getIterationCount()
public byte[] getSalt()
null
)Copyright © 2020 JBoss by Red Hat. All rights reserved.