certmanager Library API Documentation

Signing and Encrypting Actions

Collaboration diagram for Signing and Encrypting Actions:


Modules

 Signature Actions
 Encryption and Decryption

Classes

struct  CryptPlug::StructuringInfo
 Information record returned by signing and by encrypting functions - this record should be used together with a corresponding free_StructuringInfo() function call. More...
class  StructuringInfoWrapper
 This class provides C++ access to the StructuringInfo helper struct that is specified in cryptplug.h to hold information returned by signing and by encrypting functions. More...

Functions

void CryptPlug::free_StructuringInfo (struct StructuringInfo *s)

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

Definition at line 786 of file cryptplug.h.

KDE Logo
This file is part of the documentation for certmanager Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 17 09:53:21 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003