CryptoSpi::CKeyAgreementCharacteristics Class Reference

#include <cryptospi/cryptocharacteristics.h>

Link against: cryptospi.lib

class CryptoSpi::CKeyAgreementCharacteristics : public CryptoSpi::CCharacteristics

Inherits from

Detailed Description

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

Constructor & Destructor Documentation

~CKeyAgreementCharacteristics ( )

~CKeyAgreementCharacteristics()[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 CKeyAgreementCharacteristics from.

NewL ( )

Create a new instance of CKeyAgreementCharacteristics.

Returns: the pointer of the key agreement characteristic

NewLC ( )

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

Returns: the pointer of the key agreement characteristic