|
||
class CX509DHPublicKey : public CDHPublicKey;
Provides clients with the information they need for Diffie-Hellman key exchange within a protocol.
CDHPublicKey
- No description.
CX509DHPublicKey
- Provides clients with the information they need for Diffie-Hellman key exchange ...
Defined in CX509DHPublicKey
:
NewL(const TDesC8 &,const TDesC8 &)
Creates a new CX509DHPublicKey object from the specified buffer containing the e...NewLC(const TDesC8 &,const TDesC8 &)
Creates a new CX509DHPublicKey object from the specified buffer containing the e...~CX509DHPublicKey()
Destructor.IMPORT_C static CX509DHPublicKey* NewL(const TDesC8 &aParamsData, const TDesC8 &aKeyData);
Creates a new CX509DHPublicKey object from the specified buffer containing the encoded binary representation.
|
|
IMPORT_C static CX509DHPublicKey* NewLC(const TDesC8 &aParamsData, const TDesC8 &aKeyData);
Creates a new CX509DHPublicKey object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
|
|
IMPORT_C virtual ~CX509DHPublicKey();
Destructor.
Frees all resources owned by the object, prior to its destruction.