Container for date and time (precision in seconds). More...
#include <x509.h>
Data Fields | |
int | year |
int | mon |
int | day |
Date. | |
int | hour |
int | min |
int | sec |
Time. |
Container for date and time (precision in seconds).
Definition at line 172 of file x509.h.
int _x509_time::day |
Date.
Definition at line 174 of file x509.h.
Referenced by x509_crl_info(), x509_crt_info(), x509_get_time(), and x509_time_expired().
int _x509_time::hour |
Definition at line 175 of file x509.h.
Referenced by x509_crl_info(), x509_crt_info(), x509_get_time(), and x509_time_expired().
int _x509_time::min |
Definition at line 175 of file x509.h.
Referenced by x509_crl_info(), x509_crt_info(), x509_get_time(), and x509_time_expired().
int _x509_time::mon |
Definition at line 174 of file x509.h.
Referenced by x509_crl_info(), x509_crt_info(), x509_get_time(), and x509_time_expired().
int _x509_time::sec |
Time.
Definition at line 175 of file x509.h.
Referenced by x509_crl_info(), x509_crt_info(), x509_get_time(), and x509_time_expired().
int _x509_time::year |
Definition at line 174 of file x509.h.
Referenced by x509_crl_info(), x509_crt_info(), x509_get_time(), and x509_time_expired().