mbedtls_x509_time Struct Reference
Container for date and time (precision in seconds).
Definition at line 230
of file x509.h
.
#include <
x509.h
>
Data Fields | |
int | year |
int | mon |
int | day |
int | hour |
int | min |
int | sec |
Field Documentation
int mbedtls_x509_time::day |
Date.
Definition at line 232
of file x509.h
.
int mbedtls_x509_time::hour |
Definition at line 233
of file x509.h
.
int mbedtls_x509_time::min |
Definition at line 233
of file x509.h
.
int mbedtls_x509_time::mon |
Definition at line 232
of file x509.h
.
int mbedtls_x509_time::sec |
Time.
Definition at line 233
of file x509.h
.
int mbedtls_x509_time::year |
Definition at line 232
of file x509.h
.
The documentation for this struct was generated from the following file:
x509.h