QSC Post Quantum Cryptographic Library 1.1.0.2 (B2)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_asn1_time_t Struct Reference

A normalized ASN.1 time representation. More...

#include <asn1.h>

Data Fields

uint16_t year
uint8_t month
uint8_t day
uint8_t hour
uint8_t minute
uint8_t second
bool generalized

Detailed Description

A normalized ASN.1 time representation.

Field Documentation

◆ day

uint8_t day

The day of the month in the range [1, 31].

◆ generalized

bool generalized

true if decoded from GeneralizedTime, false if decoded from UTCTime.

◆ hour

uint8_t hour

The hour in the range [0, 23].

◆ minute

uint8_t minute

The minute in the range [0, 59].

◆ month

uint8_t month

The calendar month in the range [1, 12].

◆ second

uint8_t second

The second in the range [0, 59].

◆ year

uint16_t year

The calendar year.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/asn1.h