1gnutls_openpgp_key_get_fingerprint(3)gnutlsgnutls_openpgp_key_get_fingerprint(3)
2
3
4
6 gnutls_openpgp_key_get_fingerprint - Gets the fingerprint
7
9 #include <gnutls/openpgp.h>
10
11 int gnutls_openpgp_key_get_fingerprint(gnutls_openpgp_key_t key, void *
12 fpr, size_t * fprlen);
13
15 gnutls_openpgp_key_t key
16 the raw data that contains the OpenPGP public key.
17
18 void * fpr the buffer to save the fingerprint, must hold at least 20
19 bytes.
20
21 size_t * fprlen
22 the integer to save the length of the fingerprint.
23
25 Returns the fingerprint of the OpenPGP key. Depends on the algorithm,
26 the fingerprint can be 16 or 20 bytes.
27
29 Report bugs to <bug-gnutls@gnu.org>.
30
32 Copyright © 2006 Free Software Foundation.
33 Permission is granted to make and distribute verbatim copies of this
34 manual provided the copyright notice and this permission notice are
35 preserved on all copies.
36
38 The full documentation for gnutls is maintained as a Texinfo manual.
39 If the info and gnutls programs are properly installed at your site,
40 the command
41
42 info gnutls
43
44 should give you access to the complete manual.
45
46
47
48gnutls 1.6.3gnutls_openpgp_key_get_fingerprint(3)