Package org.bouncycastle.crypto.util
Class ScryptConfig
java.lang.Object
org.bouncycastle.crypto.util.PBKDFConfig
org.bouncycastle.crypto.util.ScryptConfig
Configuration class for a PBKDF based around scrypt.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
Methods inherited from class org.bouncycastle.crypto.util.PBKDFConfig
getAlgorithm
-
Method Details
-
getCostParameter
public int getCostParameter() -
getBlockSize
public int getBlockSize() -
getParallelizationParameter
public int getParallelizationParameter() -
getSaltLength
public int getSaltLength()
-