CryptoSpi::CKeyAgreementCharacteristics Class Reference

class CryptoSpi::CKeyAgreementCharacteristics : public CryptoSpi::CCharacteristics

The class holds the key agreement characteristics. which is used for internalization.

Inherits from

Constructor & Destructor Documentation

CKeyAgreementCharacteristics()

CKeyAgreementCharacteristics()[private]

Constructor

~CKeyAgreementCharacteristics()

~CKeyAgreementCharacteristics()[virtual]

Destructor

Member Functions Documentation

InternalizeL(RReadStream &)

voidInternalizeL(RReadStream &aStream)[virtual]

Internalize this object from the supplied stream.

Parameters

RReadStream & aStreamStream to read CKeyAgreementCharacteristics from.

NewL()

CKeyAgreementCharacteristics *NewL()[static]

Create a new instance of CKeyAgreementCharacteristics.

NewLC()

CKeyAgreementCharacteristics *NewLC()[static]

Create a new instance of CKeyAgreementCharacteristics. Leave it on the cleanup stack.