Table of Contents

Interface IEntropySourceProvider

Namespace
Org.BouncyCastle.Crypto
Assembly
BouncyCastle.Cryptography.dll

Base interface describing a provider of entropy sources.

public interface IEntropySourceProvider

Methods

Get(int)

Return an entropy source providing a block of entropy.

IEntropySource Get(int bitsRequired)

Parameters

bitsRequired int

The size of the block of entropy required.

Returns

IEntropySource

An entropy source providing bitsRequired blocks of entropy.