#include <random.h>
| class CRandom : public CBase |
| Public Member Functions | |
|---|---|
| pure virtual void | GenerateBytesL(TDes8 &) |
| Protected Member Functions | |
|---|---|
| CRandom(void) | |
| void | GenerateBytesL | ( | TDes8 & | aDest | ) | [pure virtual] |
Implementations of this method should fill the passed buffer with the generated pseudo-random data up to the current length, discarding any current contents. The implementations should leave with KErrNotSecure when the generated random data is not secure enough.
| Parameter | Description |
|---|---|
| aDest | The buffer to fill with random data |