esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
validity-period.hpp File Reference
#include "../packet/an.hpp"
#include "../port/unixtime/port.hpp"
#include "../tlv/ev-decoder.hpp"
#include "../tlv/value.hpp"

Go to the source code of this file.

Classes

class  ndnph::detail::UtcTimezone
 
class  ndnph::ValidityPeriod
 ValidityPeriod of a certificate. More...
 

Namespaces

namespace  ndnph
 
namespace  ndnph::detail
 

Functions

bool ndnph::operator== (const ValidityPeriod &lhs, const ValidityPeriod &rhs)
 
ValidityPeriod ndnph::operator&& (const ValidityPeriod &lhs, const ValidityPeriod &rhs)
 Compute the intersection of two ValidityPeriods.