#include <x509keys.h>
Link against: x509.lib
class CX509DHPublicKey : public CDHPublicKey |
Public Member Functions | |
---|---|
virtual | ~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 |
Provides clients with the information they need for Diffie-Hellman key exchange within a protocol.
CX509DHPublicKey | ( | ) | [protected] |
IMPORT_C | ~CX509DHPublicKey | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object, prior to its destruction.
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.
Parameters | |
---|---|
aParamsData | A non-modifiable descriptor representing the entire encoding. |
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.
Parameters | |
---|---|
aParamsData | A non-modifiable descriptor representing the entire encoding. |