1pskc_get_device_expirydate(3) libpskc pskc_get_device_expirydate(3)
2
3
4
6 pskc_get_device_expirydate - API function
7
9 #include <pskc.h>
10
11 const struct tm * pskc_get_device_expirydate(pskc_key_t * key);
12
14 pskc_key_t * key
15 a pskc_key_t handle, from pskc_get_keypackage().
16
18 Get the PSKC KeyPackage DeviceInfo ExpiryDate. This element denote the
19 end date of a device (such as the one on a payment card, used when
20 issue numbers are not printed on cards).
21
23 a constant struct (must not be deallocated) holding the content, or
24 NULL if not set.
25
27 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
28 http://www.gnu.org/software/libpskc/ General help using GNU software:
29 http://www.gnu.org/gethelp/
30
32 Copyright © 2012-2020 Simon Josefsson.
33 Copying and distribution of this file, with or without modification,
34 are permitted in any medium without royalty provided the copyright
35 notice and this notice are preserved.
36
37
38
39libpskc 2.6.6 pskc_get_device_expirydate(3)