|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.generators.Argon2BytesGenerator
Argon2 PBKDF - Based on the results of https://password-hashing.net/ and https://www.ietf.org/archive/id/draft-irtf-cfrg-argon2-03.txt
| Nested Class Summary | |
static class |
Argon2BytesGenerator.Block
A single 1024-byte memory block used by the Argon2 mixing function. |
static interface |
Argon2BytesGenerator.BlockPool
Strategy for allocating and recycling Argon2 Block objects.
|
static class |
Argon2BytesGenerator.FixedBlockPool
Bounded pool that recycles up to Block objects.
|
| Constructor Summary | |
Argon2BytesGenerator()
|
|
| Method Summary | |
int |
generateBytes(byte[] password,
byte[] out)
|
int |
generateBytes(byte[] password,
byte[] out,
int outOff,
int outLen)
|
int |
generateBytes(char[] password,
byte[] out)
|
int |
generateBytes(char[] password,
byte[] out,
int outOff,
int outLen)
|
void |
init(Argon2Parameters parameters)
Initialise the Argon2BytesGenerator from the parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Argon2BytesGenerator()
| Method Detail |
public void init(Argon2Parameters parameters)
parameters - Argon2 configuration.
public int generateBytes(char[] password,
byte[] out)
public int generateBytes(char[] password,
byte[] out,
int outOff,
int outLen)
public int generateBytes(byte[] password,
byte[] out)
public int generateBytes(byte[] password,
byte[] out,
int outOff,
int outLen)
|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||