Package org.conscrypt

Class ScryptKeySpec

java.lang.Object
org.conscrypt.ScryptKeySpec
All Implemented Interfaces:
KeySpec

public class ScryptKeySpec extends Object implements KeySpec
Mirrors the class of the same name from BouncyCastle.
  • Constructor Details

    • ScryptKeySpec

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

    • getPassword

      public char[] getPassword()
    • getSalt

      public byte[] getSalt()
    • getCostParameter

      public int getCostParameter()
    • getBlockSize

      public int getBlockSize()
    • getParallelizationParameter

      public int getParallelizationParameter()
    • getKeyLength

      public int getKeyLength()