1gnutls_certificate_set_openpgp_kegynruitnglgns_u_ftcilelsret(i3f)icate_set_openpgp_keyring_file(3)
2
3
4
6 gnutls_certificate_set_openpgp_keyring_file - API function
7
9 #include <gnutls/openpgp.h>
10
11 int gnutls_certificate_set_openpgp_keyring_file(gnutls_certificate_cre‐
12 dentials_t c, const char * file, gnutls_openpgp_crt_fmt_t format);
13
15 gnutls_certificate_credentials_t c
16 A certificate credentials structure
17
18 const char * file
19 filename of the keyring.
20
21 gnutls_openpgp_crt_fmt_t format
22 format of keyring.
23
25 The function is used to set keyrings that will be used internally by
26 various OpenPGP functions. For example to find a key when it is needed
27 for an operations. The keyring will also be used at the verification
28 functions.
29
31 On success, GNUTLS_E_SUCCESS [22m(0) is returned, otherwise a negative
32 error value.
33
35 Report bugs to <bugs@gnutls.org>.
36 Home page: http://www.gnutls.org
37
38
40 Copyright © 2001-2014 Free Software Foundation, Inc..
41 Copying and distribution of this file, with or without modification,
42 are permitted in any medium without royalty provided the copyright
43 notice and this notice are preserved.
44
46 The full documentation for gnutls is maintained as a Texinfo manual.
47 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
48 visit
49
50 http://www.gnutls.org/manual/
51
52gnutls gnut3l.s3_.c2e9rtificate_set_openpgp_keyring_file(3)