#include <x509keys.h>
Link against: x509.lib
class CX509DHKeyPair : public CDHKeyPair |
Public Member Functions | |
---|---|
virtual | ~CX509DHKeyPair() |
IMPORT_C CX509DHKeyPair * | NewL(const TDesC8 &) |
IMPORT_C CX509DHKeyPair * | NewLC(const TDesC8 &) |
Protected Member Functions | |
---|---|
CX509DHKeyPair() | |
void | ConstructL(const TDesC8 &) |
Inherited Attributes | |
---|---|
CDHKeyPair::iPrivate | |
CDHKeyPair::iPublic |
This class represents the Diffie-Hellman Key Pair.
CX509DHKeyPair | ( | ) | [protected] |
IMPORT_C | ~CX509DHKeyPair | ( | ) | [virtual] |
Virtual Destructor. Frees all resources owned by the object, prior to its destruction.
void | ConstructL | ( | const TDesC8 & | aParamsData | ) | [protected] |
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 | |
---|---|
aParamsData | A non-modifiable descriptor representing the entire encoding. |
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 | |
---|---|
aParamsData | A non-modifiable descriptor representing the entire encoding. |