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 <bugs@gnutls.org>.
40 Home page: http://www.gnutls.org
41
42
44 Copyright © 2001-2014 Free Software Foundation, Inc..
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 /usr/share/doc/gnutls/ directory does not contain the HTML form
52 visit
53
54 http://www.gnutls.org/manual/
55
56gnutls gnutls3_.o3p.e2n9pgp_privkey_get_subkey_fingerprint(3)