Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_x509_time Struct Reference

Container for date and time (precision in seconds). More...

#include <x509.h>

Data Fields

int day
 Date. More...
 
int sec
 Time. More...
 

Detailed Description

Container for date and time (precision in seconds).

Definition at line 229 of file x509.h.

Field Documentation

◆ day

int day

Date.

Definition at line 231 of file x509.h.

◆ sec

int sec

Time.

Definition at line 232 of file x509.h.