|
|
@ -202,6 +202,7 @@ pgp_subpacket_t * pgp_copy_packet(pgp_subpacket_t *, const pgp_subpacket_t *); |
|
|
|
uint8_t * pgp_copy_userid(uint8_t **dst, const uint8_t *src); |
|
|
|
|
|
|
|
const int32_t pgp_key_get_uid0(const pgp_key_t *keydata); |
|
|
|
const uint8_t *pgp_key_get_primary_userid(const pgp_key_t *key); |
|
|
|
|
|
|
|
const pgp_pubkey_t * pgp_key_get_sigkey(const pgp_key_t *key); |
|
|
|
const pgp_seckey_t * pgp_key_get_certkey(const pgp_key_t *key); |
|
|
|