CryptoSpi::CKeypairGeneratorCharacteristics Class Reference

#include <cryptospi/cryptocharacteristics.h>

Link against: cryptospi.lib

class CryptoSpi::CKeypairGeneratorCharacteristics : public CryptoSpi::CCharacteristics

Inherits from

Detailed Description

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

Member Attribute Documentation

iMaximumKeyLength

TUint iMaximumKeyLength

The maximum key length in bits

Constructor & Destructor Documentation

~CKeypairGeneratorCharacteristics ( )

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

Returns: the pointer of the keypair generator characteristic

NewLC ( )

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

Returns: the pointer of the keypair generator characteristic