#include <QtCrypto>
Random provider.
- Note
- This class is part of the provider plugin interface and should not be used directly by applications. You probably want Random instead.
◆ RandomContext()
QCA::RandomContext::RandomContext |
( |
Provider * | p | ) |
|
|
inline |
Standard constructor.
- Parameters
-
p | the provider associated with this context |
◆ nextBytes()
virtual SecureArray QCA::RandomContext::nextBytes |
( |
int | size | ) |
|
|
pure virtual |
Return an array of random bytes.
- Parameters
-
size | the number of random bytes to return |
The documentation for this class was generated from the following file: