|
Xoxa-c
0.3.1
Normalizer/Parser for XML
|
The SignatureDetail structure represents the results of a PGP verification action. More...
#include <xoxa.h>
Data Fields | |
| GPGResult | status |
| The summary result of the signature verification. | |
| const char * | stderr |
| The contents of any text written to stderr by the PGP process. | |
| char * | keyid |
| The hex identifier of the key used to make the signature. | |
| char * | username |
| The identifier of the signer. | |
The SignatureDetail structure represents the results of a PGP verification action.
If the status is good_sig or bad_sig, then there are further details available in the corresponding elements of the detail union.
1.8.2