![]() |
![]() |
![]() |
|
[
About the Wizard's Toolkit ] [ Command-line Tools ] [ Application Program Interface ] [ Install from Source Unix Windows Binary Releases Unix Windows ] [ Download ] [ Search ] [ Sponsors: ] |
AcquireKeyInfo() allocates the KeyInfo structure. The format of the AcquireKeyInfo method is: KeyInfo *AcquireKeyInfo() DestroyKeyInfo() zeros memory associated with the KeyInfo structure. The format of the DestroyKeyInfo method is: KeyInfo *DestroyKeyInfo(KeyInfo *key_info) A description of each parameter follows: key_infoThe key info. GenerateSessionKey() generate a session key. The format of the GenerateSessionKey method is: void GenerateSessionKey(KeyInfo *key_info) A description of each parameter follows: key_infoThe key info. GetKeyInfo() gets a key from the key splay-tree. The format of the GetKeyInfo method is: StringInfo *GetKeyInfo(KeyInfo *key_info,const StringInfo *id) A description of each parameter follows: key_infoThe key info. idThe key id. SetKeyInfo() saves a key to the splay-tree. The format of the SetKeyInfo WizardBooleanType SetKeyInfo(KeyInfo *key_info,const StringInfo *id, const StringInfo *key) A description of each parameter follows: key_infoThe key info. idThe key id. keyThe key. |