- * struct openpgp_publickey - An OpenPGP public key complete with sigs.
- * @publickey: The OpenPGP packet for the public key.
- * @revocation: The OpenPGP packet for the revocation [optional]
- * @uids: The list of UIDs with signatures for this key.
- * @subkeys: The list of subkeys with signatures for this key.
- * @next: The next public key.