CDH Class Reference
Detailed Description
Implementation of Diffie-Hellman key agreement as specified in PKCS#3.
Member Attribute Documentation
Constructor & Destructor Documentation
CDH ( const CDHPrivateKey & )
Parameter | Description | aPrivateKey | The DH private key |
Member Function Documentation
AgreeL ( const CDHPublicKey & )
Performs the key agreement operation.
Parameter | Description | aPublicKey | The public key of the other party |
NewL ( const CDHPrivateKey & )
Creates a new CDH object from a specified DH private key.
Parameter | Description | aPrivateKey | The private key of this party |
Returns: A pointer to the new CDH object
NewLC ( const CDHPrivateKey & )
Creates a new CDH object from a specified DH private key.
The returned pointer is put onto the cleanup stack.
Parameter | Description | aPrivateKey | The private key of this party |
Returns: A pointer to the new CDH object