ndn-lite
Data Fields
ndn_validity_period Struct Reference

The structure to represent the signature validity period. More...

#include <signature.h>

Collaboration diagram for ndn_validity_period:
Collaboration graph

Data Fields

uint8_t not_before [15]
 Signature is valid not before. More...
 
uint8_t not_after [15]
 Signature is valid not after. More...
 

Detailed Description

The structure to represent the signature validity period.

This is designed for but not limited to the use of certificate.

Field Documentation

◆ not_after

uint8_t ndn_validity_period::not_after[15]

Signature is valid not after.

◆ not_before

uint8_t ndn_validity_period::not_before[15]

Signature is valid not before.


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