![]() |
ndn-lite
|
The structure to represent the signature validity period. More...
#include <signature.h>
Data Fields | |
uint8_t | not_before [15] |
Signature is valid not before. More... | |
uint8_t | not_after [15] |
Signature is valid not after. More... | |
The structure to represent the signature validity period.
This is designed for but not limited to the use of certificate.
uint8_t ndn_validity_period::not_after[15] |
Signature is valid not after.
uint8_t ndn_validity_period::not_before[15] |
Signature is valid not before.