KDE PIM / Developers / API Docs / certmanager

Signing and Encrypting Actions

Modules

Classes

Functions


Detailed Description

This section describes methods and structures used for signing and/or encrypting your mails.

Function Documentation

void CryptPlug::free_StructuringInfo struct StructuringInfo s  )  [inline, inherited]
 

Important method for freeing all memory that was allocated for the char* members of a StructuringInfo struct - use this function after each signing or encrypting function call.

Note:
Even when intending to call encryptMessage() immediately after having called signMessage() you first must call the free_StructuringInfo() function to make sure all memory is set free that was allocated for your StructuringInfo's char* members by the signMessage() function!
See also:
StructuringInfo