Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.util
Class ScryptConfig

java.lang.Object
  |
  +--org.bouncycastle.crypto.util.PBKDFConfig
        |
        +--org.bouncycastle.crypto.util.ScryptConfig

public class ScryptConfig
extends PBKDFConfig

Configuration class for a PBKDF based around scrypt.


Inner 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.77.0