Table of Contents

Class ThreadedSeedGenerator

Namespace
Enterprises.Org.BouncyCastle.Crypto.Prng
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class ThreadedSeedGenerator
Inheritance
ThreadedSeedGenerator
Inherited Members

Constructors

ThreadedSeedGenerator()

public ThreadedSeedGenerator()

Methods

GenerateSeed(int, bool)

public byte[] GenerateSeed(int numBytes, bool fast)

Parameters

numBytes int
fast bool

Returns

byte[]