Uses of Interface
org.bouncycastle.crypto.prng.RandomGenerator
-
Packages that use RandomGenerator Package Description org.bouncycastle.crypto.prng -
-
Uses of RandomGenerator in org.bouncycastle.crypto.prng
Classes in org.bouncycastle.crypto.prng that implement RandomGenerator Modifier and Type Class 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
Constructors in org.bouncycastle.crypto.prng with parameters of type RandomGenerator Constructor Description ReversedWindowGenerator(RandomGenerator generator, int windowSize)
-