1gnutls_pubkey_get_openpgp_key_id(3) gnutls gnutls_pubkey_get_openpgp_key_id(3)
2
3
4
6 gnutls_pubkey_get_openpgp_key_id - API function
7
9 #include <gnutls/abstract.h>
10
11 int gnutls_pubkey_get_openpgp_key_id(gnutls_pubkey_t key, unsigned int
12 flags, unsigned char * output_data, size_t * output_data_size, unsigned
13 int * subkey);
14
16 gnutls_pubkey_t key
17 Holds the public key
18
19 unsigned int flags
20 should be one of the flags from gnutls_keyid_flags_t
21
22 unsigned char * output_data
23 will contain the key ID
24
25 size_t * output_data_size
26 holds the size of output_data (and will be replaced by the
27 actual size of parameters)
28
29 unsigned int * subkey
30 ignored
31
33 This function is no-op.
34
36 GNUTLS_E_UNIMPLEMENTED_FEATURE.
37
39 2.12.0
40
42 Report bugs to <bugs@gnutls.org>.
43 Home page: https://www.gnutls.org
44
45
47 Copyright © 2001-2023 Free Software Foundation, Inc., and others.
48 Copying and distribution of this file, with or without modification,
49 are permitted in any medium without royalty provided the copyright no‐
50 tice and this notice are preserved.
51
53 The full documentation for gnutls is maintained as a Texinfo manual.
54 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
55 visit
56
57 https://www.gnutls.org/manual/
58
59gnutls 3.8.2 gnutls_pubkey_get_openpgp_key_id(3)