esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
ndnph::isig::Nonce< nonceLength, nTrackedNonces >::Value Class Reference

#include <sig-info.hpp>

Inherits std::array< T >.

Public Member Functions

 Value ()=default
 
 Value (tlv::Value input)
 
void encodeTo (Encoder &encoder) const
 
bool operator== (const Value &other) const
 

Public Attributes

bool valid = false
 

Constructor & Destructor Documentation

◆ Value() [1/2]

template<int nonceLength = 8, int nTrackedNonces = 16>
ndnph::isig::Nonce< nonceLength, nTrackedNonces >::Value::Value ( )
default

◆ Value() [2/2]

template<int nonceLength = 8, int nTrackedNonces = 16>
ndnph::isig::Nonce< nonceLength, nTrackedNonces >::Value::Value ( tlv::Value  input)
inlineexplicit

Member Function Documentation

◆ encodeTo()

template<int nonceLength = 8, int nTrackedNonces = 16>
void ndnph::isig::Nonce< nonceLength, nTrackedNonces >::Value::encodeTo ( Encoder encoder) const
inline

◆ operator==()

template<int nonceLength = 8, int nTrackedNonces = 16>
bool ndnph::isig::Nonce< nonceLength, nTrackedNonces >::Value::operator== ( const Value other) const
inline

Member Data Documentation

◆ valid

template<int nonceLength = 8, int nTrackedNonces = 16>
bool ndnph::isig::Nonce< nonceLength, nTrackedNonces >::Value::valid = false

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