#include <cryptospi/cryptocharacteristics.h>
class CryptoSpi::CKeypairGeneratorCharacteristics : public CryptoSpi::CCharacteristics |
Public Attributes | |
---|---|
TUint | iMaximumKeyLength |
Public Member Functions | |
---|---|
virtual | ~CKeypairGeneratorCharacteristics() |
virtual void | InternalizeL(RReadStream &) |
CKeypairGeneratorCharacteristics * | NewL() |
CKeypairGeneratorCharacteristics * | NewLC() |
The class holds the key pair generator 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. |
CKeypairGeneratorCharacteristics * | NewL | ( | ) | [static] |
Create a new instance of CKeypairGeneratorCharacteristics.
Returns: the pointer of the keypair generator characteristic
CKeypairGeneratorCharacteristics * | NewLC | ( | ) | [static] |
Create a new instance of CKeypairGeneratorCharacteristics. Leave it on the cleanup stack.
Returns: the pointer of the keypair generator characteristic