1gnutls_openpgp_key_to_xml(3) gnutls gnutls_openpgp_key_to_xml(3)
2
3
4
6 gnutls_openpgp_key_to_xml - Return a certificate as a XML fragment
7
9 #include <gnutls/openpgp.h>
10
11 int gnutls_openpgp_key_to_xml(gnutls_openpgp_key_t key, gnutls_datum_t
12 * xmlkey, int ext);
13
15 gnutls_openpgp_key_t key
16
17 gnutls_datum_t * xmlkey
18 he datum struct to store the XML result.
19
20 int ext extension mode (1/0), 1 means include key signatures and
21 key data.
22
24 This function will return the all OpenPGP key information encapsulated
25 as a XML string.
26
28 Report bugs to <bug-gnutls@gnu.org>.
29
31 Copyright © 2006 Free Software Foundation.
32 Permission is granted to make and distribute verbatim copies of this
33 manual provided the copyright notice and this permission notice are
34 preserved on all copies.
35
37 The full documentation for gnutls is maintained as a Texinfo manual.
38 If the info and gnutls programs are properly installed at your site,
39 the command
40
41 info gnutls
42
43 should give you access to the complete manual.
44
45
46
47gnutls 1.6.3 gnutls_openpgp_key_to_xml(3)