Example usage for org.bouncycastle.crypto.prng RandomGenerator interface-usage

List of usage examples for org.bouncycastle.crypto.prng RandomGenerator interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.crypto.prng RandomGenerator interface-usage.

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.