1gnutls_openpgp_key_get_version(3) gnutls gnutls_openpgp_key_get_version(3)
2
3
4
6 gnutls_openpgp_key_get_version - Extracts the version of the key.
7
9 #include <gnutls/openpgp.h>
10
11 int gnutls_openpgp_key_get_version(gnutls_openpgp_key_t key);
12
14 gnutls_openpgp_key_t key
15 the structure that contains the OpenPGP public key.
16
18 Extract the version of the OpenPGP key.
19
21 Report bugs to <bug-gnutls@gnu.org>.
22
24 Copyright © 2006 Free Software Foundation.
25 Permission is granted to make and distribute verbatim copies of this
26 manual provided the copyright notice and this permission notice are
27 preserved on all copies.
28
30 The full documentation for gnutls is maintained as a Texinfo manual.
31 If the info and gnutls programs are properly installed at your site,
32 the command
33
34 info gnutls
35
36 should give you access to the complete manual.
37
38
39
40gnutls 1.6.3 gnutls_openpgp_key_get_version(3)