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 JoseException
JoseExceptionpublic byte[] derive(byte[] password,
byte[] salt,
int iterationCount,
int dkLen,
String provider)
throws JoseException
JoseExceptionCopyright © 2016. All rights reserved.