public class PasswordBasedKeyDerivationFunction2 extends Object
| Constructor and Description |
|---|
PasswordBasedKeyDerivationFunction2(String hmacAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
derive(byte[] password,
byte[] salt,
int iterationCount,
int dkLen) |
byte[] |
derive(byte[] password,
byte[] salt,
int iterationCount,
int dkLen,
String provider) |
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 © 2022. All rights reserved.