Location:
x509keys.h
Link against: x509.lib
class CX509DHKeyPair : public CDHKeyPair;
This class represents the Diffie-Hellman Key Pair.
CDHKeyPair
- No description.
CX509DHKeyPair
- This class represents the Diffie-Hellman Key Pair
Defined in CX509DHKeyPair
:
NewL()
, NewLC()
, ~CX509DHKeyPair()
static IMPORT_C CX509DHKeyPair *NewL(const TDesC8 &aParamsData);
Creates a new DH key pair object from the specified buffer containing the encoded binary representation .
|
|
static IMPORT_C CX509DHKeyPair *NewLC(const TDesC8 &aParamsData);
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.
|
|
virtual IMPORT_C ~CX509DHKeyPair();
Virtual Destructor. Frees all resources owned by the object, prior to its destruction.