1gnutls_openpgp_key_get_creation_time(g3n)utglnsutls_openpgp_key_get_creation_time(3)
2
3
4
6 gnutls_openpgp_key_get_creation_time - Extract the timestamp
7
9 #include <gnutls/openpgp.h>
10
11 time_t gnutls_openpgp_key_get_creation_time(gnutls_openpgp_key_t key);
12
14 gnutls_openpgp_key_t key
15 the structure that contains the OpenPGP public key.
16
18 Returns the timestamp when the OpenPGP key was created.
19
21 Report bugs to <bug-gnutls@gnu.org>.
22
24 Copyright © 2006 Free Software Foundation.
25 Permission is granted to make and distribute verbatim copies of this
26 manual provided the copyright notice and this permission notice are
27 preserved on all copies.
28
30 The full documentation for gnutls is maintained as a Texinfo manual.
31 If the info and gnutls programs are properly installed at your site,
32 the command
33
34 info gnutls
35
36 should give you access to the complete manual.
37
38
39
40gnutls 1.6g.n3utls_openpgp_key_get_creation_time(3)