1gnutls_certificate_set_openpgp_keygrniungtgnl_usmt_elcmse(r3t)ificate_set_openpgp_keyring_mem(3)
2
3
4
6 gnutls_certificate_set_openpgp_keyring_mem - Add keyring data for
7 OpenPGP
8
10 #include <gnutls/extra.h>
11
12 int gnutls_certificate_set_openpgp_keyring_mem(gnutls_certificate_cre‐
13 dentials_t c, const opaque * data, size_t dlen);
14
16 gnutls_certificate_credentials_t c
17 A certificate credentials structure
18
19 const opaque * data
20 buffer with keyring data.
21
22 size_t dlen length of data buffer.
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 Report bugs to <bug-gnutls@gnu.org>.
32
34 Copyright © 2006 Free Software Foundation.
35 Permission is granted to make and distribute verbatim copies of this
36 manual provided the copyright notice and this permission notice are
37 preserved on all copies.
38
40 The full documentation for gnutls is maintained as a Texinfo manual.
41 If the info and gnutls programs are properly installed at your site,
42 the command
43
44 info gnutls
45
46 should give you access to the complete manual.
47
48
49
50gnutls gnut1l.s6_.c3ertificate_set_openpgp_keyring_mem(3)