mbed TLS v3.1.0
Data Fields
mbedtls_x509_time Struct Reference

#include <x509.h>

Data Fields

int year
 
int mon
 
int day
 
int hour
 
int min
 
int sec
 

Detailed Description

Container for date and time (precision in seconds).

Definition at line 247 of file x509.h.

Field Documentation

int mbedtls_x509_time::day

Date.

Definition at line 249 of file x509.h.

int mbedtls_x509_time::hour

Definition at line 250 of file x509.h.

int mbedtls_x509_time::min

Definition at line 250 of file x509.h.

int mbedtls_x509_time::mon

Definition at line 249 of file x509.h.

int mbedtls_x509_time::sec

Time.

Definition at line 250 of file x509.h.

int mbedtls_x509_time::year

Definition at line 249 of file x509.h.


The documentation for this struct was generated from the following file: