Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <x509keys.h>
Link against: x509.lib
This item is not part of the S60 5th Edition SDK

Class CX509DHKeyPair

class CX509DHKeyPair : public CDHKeyPair;

Description

This class represents the Diffie-Hellman Key Pair.

Derivation

Members

Defined in CX509DHKeyPair:


Construction and destruction


NewL(const TDesC8 &)

IMPORT_C static CX509DHKeyPair* NewL(const TDesC8 &aParamsData);

Description

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.

Return value

CX509DHKeyPair *

A pointer to the new CX509DHKeyPair object.


NewLC(const TDesC8 &)

IMPORT_C static CX509DHKeyPair* NewLC(const TDesC8 &aParamsData);

Description

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.

Return value

CX509DHKeyPair *

A pointer to the new CX509DHKeyPair object.


~CX509DHKeyPair()

IMPORT_C virtual ~CX509DHKeyPair();

Description

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