| Constructor and Description |
|---|
PBES2Params() |
| Modifier and Type | Method and Description |
|---|---|
IvParameterSpec |
getIvSpec() |
PBEKeySpec |
getPBEKeySpec(int blkSize,
int keyLength,
int opmode,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
void |
initialize(int blkSize,
int opmode,
int iCount,
byte[] salt,
AlgorithmParameterSpec ivSpec,
SecureRandom random) |
public IvParameterSpec getIvSpec()
public PBEKeySpec getPBEKeySpec(int blkSize, int keyLength, int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException
public void initialize(int blkSize,
int opmode,
int iCount,
byte[] salt,
AlgorithmParameterSpec ivSpec,
SecureRandom random)
throws InvalidAlgorithmParameterException