Java org.bouncycastle.crypto.prng RandomGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.prng RandomGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.prng RandomGenerator.

The text is from its open source code.

Implementation

org.bouncycastle.crypto.prng.RandomGenerator has the following implementations.
Click this link to see all its implementation.

Method

voidaddSeedMaterial(byte[] seed)
Add more seed material to the generator.
voidaddSeedMaterial(long seed)
Add more seed material to the generator.
voidnextBytes(byte[] bytes)
Fill bytes with random values.