WizardsToolkit  1.0.7
keyring.h File Reference
#include <wizard/blob.h>
#include <wizard/exception.h>
#include <wizard/string_.h>
Include dependency graph for keyring.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _KeyringInfo KeyringInfo

Functions

WizardExport const StringInfoGetKeyringKey (const KeyringInfo *)
WizardExport const StringInfoGetKeyringNonce (const KeyringInfo *)
WizardExport KeyringInfoAcquireKeyringInfo (const char *)
WizardExport KeyringInfoDestroyKeyringInfo (KeyringInfo *)
WizardExport void SetKeyringId (KeyringInfo *, const StringInfo *)
WizardExport void SetKeyringKey (KeyringInfo *, const StringInfo *)
WizardExport void SetKeyringNonce (KeyringInfo *, const StringInfo *)
WizardExport void SetKeyringPath (KeyringInfo *, const char *)
WizardExport WizardBooleanType ExportKeyringKey (KeyringInfo *, ExceptionInfo *)
WizardExport WizardBooleanType ImportKeyringKey (KeyringInfo *, ExceptionInfo *)
WizardExport WizardBooleanType PrintKeyringProperties (const char *, BlobInfo *, ExceptionInfo *)

Typedef Documentation

typedef struct _KeyringInfo KeyringInfo

Definition at line 29 of file keyring.h.


Function Documentation

WizardExport KeyringInfo* AcquireKeyringInfo ( const char *  )
WizardExport WizardBooleanType ExportKeyringKey ( KeyringInfo ,
ExceptionInfo  
)
WizardExport const StringInfo* GetKeyringKey ( const KeyringInfo )
WizardExport const StringInfo * GetKeyringNonce ( const KeyringInfo )
WizardExport WizardBooleanType ImportKeyringKey ( KeyringInfo ,
ExceptionInfo  
)
WizardExport void SetKeyringId ( KeyringInfo ,
const StringInfo  
)
WizardExport void SetKeyringKey ( KeyringInfo ,
const StringInfo  
)
WizardExport void SetKeyringNonce ( KeyringInfo ,
const StringInfo  
)
WizardExport void SetKeyringPath ( KeyringInfo ,
const char *   
)