1gnutls_openpgp_crt_get_subkey_fingegrnpgurntiulntstl_(so3p)enpgp_crt_get_subkey_fingerprint(3)
2
3
4
6 gnutls_openpgp_crt_get_subkey_fingerprint - Gets the fingerprint of a
7 subkey
8
10 #include <gnutls/openpgp.h>
11
12 int gnutls_openpgp_crt_get_subkey_fingerprint(gnutls_openpgp_crt_t key,
13 unsigned int idx, void * fpr, size_t * fprlen);
14
16 gnutls_openpgp_crt_t key
17 the raw data that contains the OpenPGP public key.
18
19 unsigned int idx
20 the subkey index
21
22 void * fpr the buffer to save the fingerprint, must hold at least 20
23 bytes.
24
25 size_t * fprlen
26 the integer to save the length of the fingerprint.
27
29 Get key fingerprint of a subkey. Depending on the algorithm, the fin‐
30 gerprint can be 16 or 20 bytes.
31
33 On success, 0 is returned. Otherwise, an error code.
34
36 2.4.0
37
39 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
40 http://www.gnu.org/software/gnutls/ General help using GNU software:
41 http://www.gnu.org/gethelp/
42
44 Copyright © 2008 Free Software Foundation.
45 Copying and distribution of this file, with or without modification,
46 are permitted in any medium without royalty provided the copyright
47 notice and this notice are preserved.
48
50 The full documentation for gnutls is maintained as a Texinfo manual.
51 If the info and gnutls programs are properly installed at your site,
52 the command
53
54 info gnutls
55
56 should give you access to the complete manual.
57
58
59
60gnutls gnu2t.l8s._6openpgp_crt_get_subkey_fingerprint(3)