FileEntropySource

Read entropy from a file or special file (/dev/urandom).

Constructors

this
this(string seedFile)

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

collectEntropy
void collectEntropy()

Read entropy from file.

Inherited Members

From EntropySource

collectEntropy
void collectEntropy()

Collect entropy. Note: Implementation must call sendEntropyEvent(in ubyte[] buf) to send data to the accumulator.

sendEntropyEvent
void sendEntropyEvent(in ubyte[] buf)

use this method to send entropy to the accumulator

Meta