Table of Contents

Class BasicEntropySourceProvider

Namespace
Enterprises.Org.BouncyCastle.Crypto.Prng
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class BasicEntropySourceProvider : IEntropySourceProvider
Inheritance
BasicEntropySourceProvider
Implements
Inherited Members

Constructors

BasicEntropySourceProvider(SecureRandom, bool)

public BasicEntropySourceProvider(SecureRandom secureRandom, bool isPredictionResistant)

Parameters

secureRandom SecureRandom
isPredictionResistant bool

Methods

Get(int)

public IEntropySource Get(int bitsRequired)

Parameters

bitsRequired int

Returns

IEntropySource