|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.util.PBKDFConfig | +--org.bouncycastle.crypto.util.ScryptConfig
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 |
public int getCostParameter()
public int getBlockSize()
public int getParallelizationParameter()
public int getSaltLength()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |