CX509DHKeyPair Class Reference

#include <x509keys.h>

Link against: x509.lib

class CX509DHKeyPair : public CDHKeyPair

Inherits from

Detailed Description

This class represents the Diffie-Hellman Key Pair.

Since
v8.0

Constructor & Destructor Documentation

CX509DHKeyPair ( )

CX509DHKeyPair()[protected]

~CX509DHKeyPair ( )

IMPORT_C~CX509DHKeyPair()[virtual]

Virtual Destructor. Frees all resources owned by the object, prior to its destruction.

Member Function Documentation

ConstructL ( const TDesC8 & )

voidConstructL(const TDesC8 &aParamsData)[protected]

NewL ( const TDesC8 & )

IMPORT_C CX509DHKeyPair *NewL(const TDesC8 &aParamsData)[static]

Creates a new DH key pair object from the specified buffer containing the encoded binary representation .

Parameters
aParamsDataA non-modifiable descriptor representing the entire encoding.
Return Value
A pointer to the new CX509DHKeyPair object.

NewLC ( const TDesC8 & )

IMPORT_C CX509DHKeyPair *NewLC(const TDesC8 &aParamsData)[static]

Creates a new DH Key Pair object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.

Parameters
aParamsDataA non-modifiable descriptor representing the entire encoding.
Return Value
A pointer to the new CX509DHKeyPair object.