esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
sig-info.hpp File Reference
#include "../port/random/port.hpp"
#include "../port/unixtime/port.hpp"
#include "../tlv/ev-decoder.hpp"
#include "name.hpp"

Go to the source code of this file.

Classes

class  ndnph::SigInfo
 SignatureInfo. More...
 
class  ndnph::ISigInfo
 SignatureInfo on Interest. More...
 
class  ndnph::DSigInfo
 SignatureInfo on Data. More...
 
class  ndnph::isig::Fields
 Parsed extension fields from Interest SigInfo. More...
 
class  ndnph::isig::detail::Skip< order >
 
class  ndnph::isig::detail::Skip< order >::EncodeValue
 
class  ndnph::isig::Nonce< nonceLength, nTrackedNonces >
 Require SigNonce field in Interest SigInfo. More...
 
class  ndnph::isig::Nonce< nonceLength, nTrackedNonces >::Value
 
class  ndnph::isig::Time< maxClockOffset >
 Require SigTime field in Interest SigInfo. More...
 
class  ndnph::isig::SeqNum
 Require SigSeqNum field in Interest SigInfo. More...
 
class  ndnph::isig::Policy< R0, R1, R2 >
 Validation policy for SigInfo fields in signed Interest. More...
 

Namespaces

 ndnph
 
 ndnph::isig
 
 ndnph::isig::detail
 

Functions

template<typename... R>
Policy< R... > ndnph::isig::makePolicy (R &&... rule)
 Create Interest SigInfo validation policy. More...