18#ifndef _WIZARDSTOOLKIT_SECRET_H_
19#define _WIZARDSTOOLKIT_SECRET_H_
28#if defined(__cplusplus) || defined(c_plusplus)
58#if defined(__cplusplus) || defined(c_plusplus)
WizardExport void SetSecretId(SecretInfo *, const StringInfo *)
WizardExport void SetSecretPassphrase(SecretInfo *, const char *)
WizardExport const StringInfo * GetSecretKey(const SecretInfo *)
WizardExport SecretInfo * AcquireSecretInfo(const char *, const HashType, const size_t)
WizardExport size_t GetSecretKeyLength(const SecretInfo *)
WizardExport void SetSecretKeyLength(SecretInfo *, const size_t)
WizardExport SecretInfo * DestroySecretInfo(SecretInfo *)
WizardExport const StringInfo * GetSecretId(const SecretInfo *)
WizardExport const char * GetSecretPassphrase(const SecretInfo *)
WizardExport WizardBooleanType AuthenticateSecretKey(SecretInfo *, ExceptionInfo *)
WizardExport WizardBooleanType GenerateSecretKey(SecretInfo *, ExceptionInfo *)