GPGME Key Sorting.
Function | Description | Links |
---|---|---|
crypt_sort_address() | Compare two keys by their addresses | sort_t, sort_api |
crypt_sort_date() | Compare two keys by their dates | sort_t, sort_api |
crypt_sort_keyid() | Compare two keys by their IDs | sort_t, sort_api |
crypt_sort_trust() | Compare two keys by their trust levels | sort_t, sort_api |
gpgme_sort_keys() | Sort an array of GPGME keys |