AWS SDK for C++AWS SDK for C++ Version 1.11.791 |
#include <SecureRandom.h>
Interface for generating Random Bytes with guaranteed entropy for use with cryptographic functions. An instance is not guaranteed to be thread safe. This is intentional, that is needless overhead to pay for something you probably don't need. If you encounter a need for thread safety, you are responsible for memory fencing.
Definition at line 23 of file SecureRandom.h.
Definition at line 26 of file SecureRandom.h.
fill in buffer of size bufferSize with random bytes
Always check this. If anything goes wrong, this tells you
Definition at line 40 of file SecureRandom.h.
Definition at line 43 of file SecureRandom.h.