Next: Miscellaneous operations, Previous: Key Management, Up: Contexts [Contents][Index]
Sometimes, the result of a crypto operation returns a list of invalid keys encountered in processing the request. The following structure is used to hold information about such a key.
This is a pointer to a structure used to store a part of the result of a crypto operation which takes user IDs as one input parameter. The structure contains the following members:
gpgme_invalid_key_t next
This is a pointer to the next invalid key structure in the linked
list, or NULL
if this is the last element.
char *fpr
The fingerprint or key ID of the invalid key encountered.
gpgme_error_t reason
An error code describing the reason why the key was found invalid.