public class PasswordBasedKeyDerivationFunction2 extends Object
| Constructor and Description |
|---|
PasswordBasedKeyDerivationFunction2(String hmacAlgorithm) |
public PasswordBasedKeyDerivationFunction2(String hmacAlgorithm)
public byte[] derive(byte[] password,
byte[] salt,
int iterationCount,
int dkLen)
throws InvalidKeyException
InvalidKeyExceptionCopyright © 2015. All rights reserved.