1gnutls_openpgp_privkey_get_subkgenyu_tflisng_gnoeuprteplnrspignpt_(p3r)ivkey_get_subkey_fingerprint(3)
2
3
4
6 gnutls_openpgp_privkey_get_subkey_fingerprint - API function
7
9 #include <gnutls/openpgp.h>
10
11 int gnutls_openpgp_privkey_get_subkey_finger‐
12 print(gnutls_openpgp_privkey_t key, unsigned int idx, void * fpr,
13 size_t * fprlen);
14
16 gnutls_openpgp_privkey_t key
17 the raw data that contains the OpenPGP secret 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 the fingerprint of an OpenPGP subkey. Depends on the algorithm,
30 the fingerprint can be 16 or 20 bytes.
31
33 On success, 0 is returned, or 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 gnutl2s._1o2p.e6n.p1gp_privkey_get_subkey_fingerprint(3)