QCA::RandomContext
QCA::RandomContext Class Referenceabstract
#include <QtCrypto>
Inheritance diagram for QCA::RandomContext:

Public Member Functions | |
RandomContext (Provider *p) | |
virtual SecureArray | nextBytes (int size)=0 |
Additional Inherited Members | |
![]() | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
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 152 of file qcaprovider.h.
Constructor & Destructor Documentation
◆ RandomContext()
|
inline |
Standard constructor.
- Parameters
-
p the provider associated with this context
Definition at line 161 of file qcaprovider.h.
Member Function Documentation
◆ nextBytes()
|
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:50:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:50:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.