qca
QCA::RandomContext Class Reference
[QCA provider API]
#include <QtCrypto>
Inheritance diagram for QCA::RandomContext:

Public Member Functions | |
| RandomContext (Provider *p) | |
| virtual SecureArray | nextBytes (int size)=0 |
Detailed Description
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.
Definition at line 147 of file qcaprovider.h.
Constructor & Destructor Documentation
| QCA::RandomContext::RandomContext | ( | Provider * | p | ) | [inline] |
Standard constructor.
- Parameters:
-
p the provider associated with this context
Definition at line 156 of file qcaprovider.h.
Member Function Documentation
| 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:
KDE 4.4 API Reference