botan v1.12.7 (2016-08-23T12:57:26Z)
Dub
Repo
CSPHandle
botan
entropy
es_capi
Undocumented in source.
version(Windows)
final
static if
(
BOTAN_HAS_ENTROPY_SRC_CAPI
)
class
CSPHandle {
this
(ulong capi_provider);
~this
();
size_t
genRandom
(ubyte* output, size_t length);
bool
isValid
();
HCRYPTPROV
getHandle
();
}
Constructors
this
this
(ulong capi_provider)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
genRandom
size_t
genRandom
(ubyte* output, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
getHandle
HCRYPTPROV
getHandle
()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool
isValid
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
entropy
es_capi
classes
CSPHandle
Win32CAPIEntropySource