Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: random.h
Link against: random.lib

Class CRandom

class CRandom : public CBase;

Description

Derivation

Members

Defined in CRandom:
CRandom(), GenerateBytesL()

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


CRandom()

protected: IMPORT_C CRandom(void);

Description

[Top]


Member functions


GenerateBytesL()

virtual void GenerateBytesL(TDes8 &aDest)=0;

Description

Implementations of this method should fill the passed buffer with securely generated random data up to the current length, discarding any current contents.

Parameters

TDes8 &aDest

The buffer in to which to write random data.