CX509DHKeyPair Class Reference

class CX509DHKeyPair : public CDHKeyPair

This class represents the Diffie-Hellman Key Pair.

Since
v8.0

Inherits from

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 Functions Documentation

ConstructL(const TDesC8 &)

void ConstructL ( const TDesC8 & aParamsData ) [protected]

Parameters

const TDesC8 & aParamsData

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

const TDesC8 & aParamsData A non-modifiable descriptor representing the entire encoding.

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

const TDesC8 & aParamsData A non-modifiable descriptor representing the entire encoding.