botan v1.12.7 (2016-08-23T12:57:26Z)
Dub
Repo
ProcWalkingEntropySource
botan
entropy
proc_walk
File Tree Walking Entropy Source
version(Posix)
final
static if
(
BOTAN_HAS_ENTROPY_SRC_PROC_WALKER
)
class
ProcWalkingEntropySource :
EntropySource
{
string
name
[@property getter];
void
poll
(EntropyAccumulator accum);
this
(string root_dir);
~this
();
}
Constructors
this
this
(string root_dir)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
poll
void
poll
(EntropyAccumulator accum)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
name
string
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From EntropySource
name
string
name
[@property getter]
poll
void
poll
(EntropyAccumulator accum)
Perform an entropy gathering poll
Meta
Source
See Implementation
botan
entropy
proc_walk
classes
DirectoryWalker
ProcWalkingEntropySource
interfaces
FileDescriptorSource
File Tree Walking Entropy Source