class CX509DHPublicKey : public CDHPublicKey |
Provides clients with the information they need for Diffie-Hellman key exchange within a protocol.
Public Member Functions | |
---|---|
~CX509DHPublicKey () | |
IMPORT_C CX509DHPublicKey * | NewL (const TDesC8 &, const TDesC8 &) |
IMPORT_C CX509DHPublicKey * | NewLC (const TDesC8 &, const TDesC8 &) |
Protected Member Functions | |
---|---|
CX509DHPublicKey () | |
void | ConstructL (const TDesC8 &, const TDesC8 &) |
Inherited Attributes | |
---|---|
CDHParameters::iG | |
CDHParameters::iN | |
CDHPublicKey::iX |
IMPORT_C | ~CX509DHPublicKey | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object, prior to its destruction.
void | ConstructL | ( | const TDesC8 & | aParamsData, |
const TDesC8 & | aKeyData | |||
) | [protected] |
IMPORT_C CX509DHPublicKey * | NewL | ( | const TDesC8 & | aParamsData, |
const TDesC8 & | aKeyData | |||
) | [static] |
Creates a new CX509DHPublicKey object from the specified buffer containing the encoded binary representation.
IMPORT_C CX509DHPublicKey * | NewLC | ( | const TDesC8 & | aParamsData, |
const TDesC8 & | aKeyData | |||
) | [static] |
Creates a new CX509DHPublicKey object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.