Package sun.security.util
Class PBEUtil.PBES2Params
- java.lang.Object
-
- sun.security.util.PBEUtil.PBES2Params
-
-
Constructor Summary
Constructors Constructor Description PBES2Params()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IvParameterSpecgetIvSpec()PBEKeySpecgetPBEKeySpec(int blkSize, int keyLength, int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)voidinitialize(int blkSize, int opmode, int iCount, byte[] salt, AlgorithmParameterSpec ivSpec, SecureRandom random)
-
-
-
Method Detail
-
initialize
public void initialize(int blkSize, int opmode, int iCount, byte[] salt, AlgorithmParameterSpec ivSpec, SecureRandom random) throws InvalidAlgorithmParameterException
-
getIvSpec
public IvParameterSpec getIvSpec()
-
getPBEKeySpec
public PBEKeySpec getPBEKeySpec(int blkSize, int keyLength, int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException
-
-