List of usage examples for org.bouncycastle.crypto.prng RandomGenerator interface-usage
From source file com.DSC.crypto.ISAACRandomGenerator.java
/** * ISAAC random number generator that generates random numbers using the * ISAAC stream cipher. Currently only ISAAC is supported, ISAAC+ support * is planned for future releases. */ public class ISAACRandomGenerator implements RandomGenerator {
From source file org.jitsi.bccontrib.prng.FortunaGenerator.java
/**
* The Fortuna random number generator.
* <p>
* This class is a modified variant of the original Fortuna generator in GNU
* Classpath (see note below). The class now uses the Bouncycastle hash and
* cipher classes and provides a Bouncycastle compliant interface.