public class PBEParameterSpec extends java.lang.Object implements java.security.spec.AlgorithmParameterSpec
| Constructor and Description |
|---|
PBEParameterSpec(byte[] salt,
int iterationCount)
Creates a new password-based encryption parameter specification.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIterationCount()
Get the iteration count.
|
byte[] |
getSalt()
Get the salt.
|
public PBEParameterSpec(byte[] salt, int iterationCount)
salt - The salt.iterationCount - The iteration count.public int getIterationCount()
public byte[] getSalt()