#include <secure_random.h>
Class for generating cryptographically strong random sequences. The following systems are used:
静态公共成员函数 |
|
static MAXON_METHOD SecureRandomProvider | GetDefaultProvider () |
static MAXON_METHOD Bool | GetRandomNumber ( SecureRandomProvider provider, const Block < Byte > &buffer) |
私有成员函数 |
|
MAXON_INTERFACE_NONVIRTUAL ( SecureRandom , MAXON_REFERENCE_NONE , "net.maxon.interface.securerandom") |
|
private |
|
static |
Gets a provider for the CSPRNG.
|
static |
Gets a provider for the CSPRNG.
[in] | provider | The secure random provider. |
[in] | buffer | A pointer to a buffer that is to be filled. |