Package: org.conscrypt

ScryptKeySpec

public class ScryptKeySpec implements java.security.spec.KeySpec
Mirrors the class of the same name from BouncyCastle.

Constructors

public ScryptKeySpec(char[] password, byte[] salt, int costParameter, int blockSize, int parallelizationParameter, int keyOutputBits)

Public Methods

getPassword

public char[] getPassword()

getSalt

public byte[] getSalt()

getCostParameter

public int getCostParameter()

getBlockSize

public int getBlockSize()

getParallelizationParameter

public int getParallelizationParameter()

getKeyLength

public int getKeyLength()