javax.crypto.spec
public class PBEParameterSpec extends Object implements AlgorithmParameterSpec
Constructor and Description |
---|
PBEParameterSpec(byte[] salt,
int iterationCount)
Creates a new password-based encryption parameter specification.
|
public PBEParameterSpec(byte[] salt, int iterationCount)
salt
- The salt.iterationCount
- The iteration count.public int getIterationCount()
public byte[] getSalt()