|
libalpm
Arch Linux Package Manager Library
|
#include <alpm.h>
Data Fields | |
| void * | data |
| char * | fingerprint |
| char * | uid |
| char * | name |
| char * | |
| alpm_time_t | created |
| alpm_time_t | expires |
| unsigned int | length |
| unsigned int | revoked |
| char | pubkey_algo |
Definition at line 227 of file alpm.h.
Referenced by _alpm_gpgme_checksig(), and cb_question().
| void* _alpm_pgpkey_t::data |
Definition at line 222 of file alpm.h.
Referenced by _alpm_gpgme_checksig(), _alpm_process_siglist(), and alpm_siglist_cleanup().
| char* _alpm_pgpkey_t::email |
Definition at line 226 of file alpm.h.
Referenced by _alpm_gpgme_checksig().
Definition at line 228 of file alpm.h.
Referenced by _alpm_gpgme_checksig().
Definition at line 223 of file alpm.h.
Referenced by _alpm_gpgme_checksig(), _alpm_process_siglist(), alpm_siglist_cleanup(), cb_question(), and signature_display().
| unsigned int _alpm_pgpkey_t::length |
Definition at line 229 of file alpm.h.
Referenced by cb_question().
| char* _alpm_pgpkey_t::name |
Definition at line 225 of file alpm.h.
Referenced by _alpm_gpgme_checksig().
Definition at line 231 of file alpm.h.
Referenced by cb_question().
| unsigned int _alpm_pgpkey_t::revoked |
Definition at line 230 of file alpm.h.
Referenced by cb_question().
| char* _alpm_pgpkey_t::uid |
Definition at line 224 of file alpm.h.
Referenced by _alpm_gpgme_checksig(), _alpm_process_siglist(), cb_question(), and signature_display().
1.7.6.1