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