certmanager/lib
Important functions to be used by plugin implementors ONLY.
Detailed Description
This section describes functions that have to be used by plugin implementors but should not be used by plugin users directly.If you are not planning to write your own cryptography plugin you should ignore this section!
Functions | |
void | CryptPlug::init_StructuringInfo (struct StructuringInfo *s) |
Function Documentation
|
If you are not planning to write your own cryptography plugin you should ignore this function!
Usage of this function is depreciated for plugin users but highly recommended for plugin implementors since this is an internal function for initializing all char* members of a
Calling this function makes sure the corresponding
Definition at line 746 of file cryptplug.h. |