#include <QtCrypto>
Public Member Functions | |
virtual SecureArray | nextBytes (int size)=0 |
RandomContext (Provider *p) |
QCA::RandomContext::RandomContext | ( | Provider * | p | ) | [inline] |
Standard constructor.
p | the provider associated with this context |
virtual SecureArray QCA::RandomContext::nextBytes | ( | int | size | ) | [pure virtual] |
Return an array of random bytes.
size | the number of random bytes to return |