CryptoSpi::CRandomCharacteristics Class Reference

#include <cryptospi/cryptocharacteristics.h>

Link against: cryptospi.lib

class CryptoSpi::CRandomCharacteristics : public CryptoSpi::CCharacteristics

Inherits from

Detailed Description

The class holds the random characteristics. which is used for internalization.

Member Attribute Documentation

iBlockingMode

TUint iBlockingMode

The bit map of blocking non-blocking mode

Constructor & Destructor Documentation

~CRandomCharacteristics ( )

~CRandomCharacteristics()[virtual]

Destructor

Member Function Documentation

InternalizeL ( RReadStream & )

voidInternalizeL(RReadStream &aStream)[virtual]

Reimplemented from CryptoSpi::CCharacteristics::InternalizeL(RReadStream &)

Internalize this object from the supplied stream.

ParameterDescription
aStreamStream to read CRandomCharacteristics from.

NewL ( )

CRandomCharacteristics *NewL()[static]

Create a new instance of CRandomCharacteristics.

Returns: the pointer of the random characteristic

NewLC ( )

CRandomCharacteristics *NewLC()[static]

Create a new instance of CRandomCharacteristics, and leave it on the cleanup stack.

Returns: the pointer of the random characteristic