64 |
KM_COL_CIPHER = 4, |
KM_COL_CIPHER = 4, |
65 |
KM_COL_VALID = 5, |
KM_COL_VALID = 5, |
66 |
KM_COL_TRUST = 6, |
KM_COL_TRUST = 6, |
67 |
KM_COL_CREAT = 7 |
KM_COL_CREAT = 7, |
68 |
|
KM_COL_DESC = 8 |
69 |
}; |
}; |
70 |
|
|
71 |
/* Symbolic column IDs for sig lists */ |
/* Symbolic column IDs for sig lists */ |
97 |
/*-- keylist.c --*/ |
/*-- keylist.c --*/ |
98 |
const char* get_key_pubalgo2 (gpgme_pubkey_algo_t alg); |
const char* get_key_pubalgo2 (gpgme_pubkey_algo_t alg); |
99 |
const char* get_key_pubalgo (gpgme_pubkey_algo_t alg); |
const char* get_key_pubalgo (gpgme_pubkey_algo_t alg); |
100 |
const char * get_key_algo( gpgme_key_t key, int keyidx ); |
const char* get_key_algo( gpgme_key_t key, int keyidx ); |
101 |
const char * get_key_created( long timestamp ); |
const char* get_key_created( long timestamp ); |
102 |
const char * get_key_expire_date( long timestamp ); |
const char* get_key_expire_date( long timestamp ); |
103 |
const char * get_key_type( gpgme_key_t key ); |
const char* get_key_type( gpgme_key_t key ); |
104 |
const char * get_key_size( gpgme_key_t key, int keyidx ); |
const char* get_key_size( gpgme_key_t key, int keyidx ); |
105 |
const char * get_key_fpr( gpgme_key_t key ); |
const char* get_key_fpr( gpgme_key_t key ); |
106 |
const char * get_key_trust (gpgme_key_t key, int uididx, int listmode); |
const char* get_key_trust (gpgme_key_t key, int uididx, int listmode); |
107 |
const char * get_key_trust2 (gpgme_key_t key, int val, int uididx, int listmode); |
const char* get_key_trust2 (gpgme_key_t key, int val, int uididx, int listmode); |
108 |
const char * get_key_trust_str (int val); |
const char* get_key_trust_str (int val); |
109 |
|
|
110 |
|
char* get_key_desc (gpgme_key_t key); |
111 |
|
|
112 |
gpgme_user_id_t get_nth_userid (gpgme_key_t key, int idx); |
gpgme_user_id_t get_nth_userid (gpgme_key_t key, int idx); |
113 |
int count_userids (gpgme_key_t key); |
int count_userids (gpgme_key_t key); |