Signing and Encrypting Actions
Modules
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...
- Information record returned by signing and by encrypting functions - this record should be used together with a corresponding
- 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...
- 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
|
Important method for freeing all memory that was allocated for the char* members of a
|