Table of Contents

Class CryptoApiEntropySourceProvider

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

Constructors

CryptoApiEntropySourceProvider()

public CryptoApiEntropySourceProvider()

CryptoApiEntropySourceProvider(RandomNumberGenerator, bool)

public CryptoApiEntropySourceProvider(RandomNumberGenerator rng, bool isPredictionResistant)

Parameters

rng RandomNumberGenerator
isPredictionResistant bool

Methods

Get(int)

public IEntropySource Get(int bitsRequired)

Parameters

bitsRequired int

Returns

IEntropySource