#include <cryptospi/cryptocharacteristics.h>
| class CryptoSpi::CKeyAgreementCharacteristics : public CryptoSpi::CCharacteristics |
| Public Member Functions | |
|---|---|
| virtual | ~CKeyAgreementCharacteristics() |
| virtual void | InternalizeL(RReadStream &) |
| CKeyAgreementCharacteristics * | NewL() |
| CKeyAgreementCharacteristics * | NewLC() |
The class holds the key agreement characteristics. which is used for internalization.
| void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] |
Reimplemented from CryptoSpi::CCharacteristics::InternalizeL(RReadStream &)
Internalize this object from the supplied stream.
| Parameter | Description |
|---|---|
| aStream | Stream to read CKeyAgreementCharacteristics from. |
| CKeyAgreementCharacteristics * | NewL | ( | ) | [static] |
Create a new instance of CKeyAgreementCharacteristics.
Returns: the pointer of the key agreement characteristic
| CKeyAgreementCharacteristics * | NewLC | ( | ) | [static] |
Create a new instance of CKeyAgreementCharacteristics. Leave it on the cleanup stack.
Returns: the pointer of the key agreement characteristic