Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: x509keys.h
Link against: x509.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class CX509DHKeyPair

class CX509DHKeyPair : public CDHKeyPair;

Description

This class represents the Diffie-Hellman Key Pair.

Derivation

Members

Defined in CX509DHKeyPair:
NewL(), NewLC(), ~CX509DHKeyPair()


Construction and destruction


NewL()

static IMPORT_C 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()

static IMPORT_C 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()

virtual IMPORT_C ~CX509DHKeyPair();

Description

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