Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.util
Class ScryptConfig

java.lang.Object
  extended byorg.bouncycastle.crypto.util.PBKDFConfig
      extended byorg.bouncycastle.crypto.util.ScryptConfig

public class ScryptConfig
extends PBKDFConfig

Configuration class for a PBKDF based around scrypt.


Nested Class Summary
static class ScryptConfig.Builder
           
 
Method Summary
 int getBlockSize()
           
 int getCostParameter()
           
 int getParallelizationParameter()
           
 int getSaltLength()
           
 
Methods inherited from class org.bouncycastle.crypto.util.PBKDFConfig
getAlgorithm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCostParameter

public int getCostParameter()

getBlockSize

public int getBlockSize()

getParallelizationParameter

public int getParallelizationParameter()

getSaltLength

public int getSaltLength()

Bouncy Castle Cryptography Library 1.81