Package org.conscrypt
Class ScryptKeySpec
- java.lang.Object
-
- org.conscrypt.ScryptKeySpec
-
- All Implemented Interfaces:
java.security.spec.KeySpec
public class ScryptKeySpec extends java.lang.Object implements java.security.spec.KeySpecMirrors the class of the same name from BouncyCastle.
-
-
Field Summary
Fields Modifier and Type Field Description private intblockSizeprivate intcostParameterprivate intkeyOutputBitsprivate intparallelizationParameterprivate char[]passwordprivate byte[]salt
-
Constructor Summary
Constructors Constructor Description ScryptKeySpec(char[] password, byte[] salt, int costParameter, int blockSize, int parallelizationParameter, int keyOutputBits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlockSize()intgetCostParameter()intgetKeyLength()intgetParallelizationParameter()char[]getPassword()byte[]getSalt()
-