Package | Description |
---|---|
org.spongycastle.crypto.params |
Classes for parameter objects for ciphers and generators.
|
Modifier and Type | Method and Description |
---|---|
void |
Nonce.init(byte[] seed,
int nonceLen)
Initialize the CSPRNG used by the nonce with the seed value provided so
that it is deterministic in generating random data.
|