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 | Protected Member Functions | List of all members
ndnph::SigInfo Class Reference

SignatureInfo. More...

#include <sig-info.hpp>

Inherited by ndnph::DSigInfo, and ndnph::ISigInfo.

Public Member Functions

bool decodeFrom (const Decoder::Tlv &input)
 

Public Attributes

Name name
 
tlv::Value extensions
 
uint8_t sigType = 0
 

Protected Member Functions

 ~SigInfo ()=default
 
void encodeImpl (uint32_t type, Encoder &encoder) const
 

Detailed Description

SignatureInfo.

Constructor & Destructor Documentation

◆ ~SigInfo()

ndnph::SigInfo::~SigInfo ( )
protecteddefault

Member Function Documentation

◆ decodeFrom()

bool ndnph::SigInfo::decodeFrom ( const Decoder::Tlv input)
inline

◆ encodeImpl()

void ndnph::SigInfo::encodeImpl ( uint32_t  type,
Encoder encoder 
) const
inlineprotected

Member Data Documentation

◆ extensions

tlv::Value ndnph::SigInfo::extensions

◆ name

Name ndnph::SigInfo::name

◆ sigType

uint8_t ndnph::SigInfo::sigType = 0

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