![]() |
![]() |
![]() |
|
[
About the Wizard's Toolkit ] [ Command-line Tools ] [ Application Program Interface ] [ Install from Source Unix Windows Binary Releases Unix Windows ] [ Download ] [ Search ] [ Sponsors: ] |
AcquireKeyringInfo() allocates the KeyringInfo structure. The format of the AcquireKeyringInfo method is: KeyringInfo *AcquireKeyringInfo(const char *path) A description of each parameter follows: pathThe keyring path. DestroyKeyringInfo() zeros memory associated with the KeyringInfo structure. The format of the DestroyKeyringInfo method is: KeyringInfo *DestroyKeyringInfo(KeyringInfo *keyring_info) A description of each parameter follows: keyring_infoThe ring info. ExportKeyringKey() exports a key from the keyring. The format of the ExportKeyringKey method is:
WizardBooleanType ExportKeyringKey(KeyringInfo *keyring_info,
ExceptionInfo *exception)
A description of each parameter follows: keyring_infoThe ring info. exceptionReturn any errors or warnings in this structure. GetKeyringKey() returns the keyring key. The format of the GetKeyringKey method is: const StringInfo *GetKeyringKey(const KeyringInfo *keyring_info) A description of each parameter follows: keyring_infoThe keyring info. GetKeyringNonce() returns the keyring nonce. The format of the GetKeyringNonce method is: const StringInfo *GetKeyringNonce(const KeyringInfo *keyring_info) A description of each parameter follows: keyring_infoThe keyring info. ImportKeyringKey() imports a key to the keyring. The format of the ImportKeyringKey method is:
WizardBooleanType ImportKeyringKey(KeyringInfo *keyring_info,
ExceptionInfo *exception)
A description of each parameter follows: keyring_infoThe ring info. exceptionReturn any errors or warnings in this structure. PrintKeyringProperties() prints properties associated with each key in the keyring. The format of the PrintKeyringProperties method is:
WizardBooleanType PrintKeyringProperties(const char *path,
BlobInfo *keyring_blob,ExceptionInfo *exception)
A description of each parameter follows: paththe keyring path. blob_ibfolist the key properties to this blob. exceptionReturn any errors or warnings in this structure. SetKeyringId() sets the keyring id. The format of the SetKeyringId method is: void SetKeyringId(KeyringInfo *keyring_info,const StringInfo *id) A description of each parameter follows: keyring_infoThe keyring info. idThe id. SetKeyringKey() sets the keyring key. The format of the SetKeyringKey method is: void SetKeyringKey(KeyringInfo *keyring_info,const StringInfo *key) A description of each parameter follows: keyring_infoThe keyring info. keyThe key. SetKeyringNonce() sets the keyring nonce. The format of the SetKeyringNonce method is: void SetKeyringNonce(KeyringInfo *keyring_info,const StringInfo *nonce) A description of each parameter follows: keyring_infoThe keyring info. nonceThe nonce. SetKeyringPath() sets the keyring path. The format of the SetKeyringPath method is: void SetKeyringPath(KeyringInfo *keyring_info,const char *path) A description of each parameter follows: keyring_infoThe keyring info. pathThe keyring path. |