Package | Description |
---|---|
org.bouncycastle.crypto.prng |
Modifier and Type | Class and Description |
---|---|
class |
DigestRandomGenerator
Random generation based on the digest with counter.
|
class |
ReversedWindowGenerator
Takes bytes generated by an underling RandomGenerator and reverses the order in
each small window (of configurable size).
|
class |
VMPCRandomGenerator |
Constructor and Description |
---|
ReversedWindowGenerator(RandomGenerator generator,
int windowSize) |
Copyright © 2021 BouncyCastle.org. All rights reserved.