|
||
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(const TDesC8 &)
Creates a new DH key pair object from the specified buffer containing the encode...NewLC(const TDesC8 &)
Creates a new DH Key Pair object from the specified buffer containing the encode...~CX509DHKeyPair()
Virtual Destructor. Frees all resources owned by the object, prior to its destru...IMPORT_C static CX509DHKeyPair* NewL(const TDesC8 &aParamsData);
Creates a new DH key pair object from the specified buffer containing the encoded binary representation .
|
|
IMPORT_C static 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.
|
|
IMPORT_C virtual ~CX509DHKeyPair();
Virtual Destructor. Frees all resources owned by the object, prior to its destruction.