1gnutls_openpgp_trustdb_import_file(3)gnutlsgnutls_openpgp_trustdb_import_file(3)
2
3
4
6 gnutls_openpgp_trustdb_import_file - This function will import a RAW or
7 BASE64 encoded key
8
10 #include <gnutls/openpgp.h>
11
12 int gnutls_openpgp_trustdb_import_file(gnutls_openpgp_trustdb_t
13 trustdb, const char * file);
14
16 gnutls_openpgp_trustdb_t trustdb
17 The structure to store the parsed key.
18
19 const char * file
20 The file that holds the trustdb.
21
23 This function will convert the given RAW or Base64 encoded trustdb to
24 the native gnutls_openpgp_trustdb_t format. The output will be stored
25 in 'trustdb'.
26
27 Returns 0 on success.
28
30 Report bugs to <bug-gnutls@gnu.org>.
31
33 Copyright © 2006 Free Software Foundation.
34 Permission is granted to make and distribute verbatim copies of this
35 manual provided the copyright notice and this permission notice are
36 preserved on all copies.
37
39 The full documentation for gnutls is maintained as a Texinfo manual.
40 If the info and gnutls programs are properly installed at your site,
41 the command
42
43 info gnutls
44
45 should give you access to the complete manual.
46
47
48
49gnutls 1.6.3gnutls_openpgp_trustdb_import_file(3)