esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Enumerations
an.hpp File Reference

Go to the source code of this file.

Namespaces

 ndnph
 
 ndnph::TT
 TLV-TYPE assigned numbers.
 
 ndnph::ContentType
 ContentType assigned numbers.
 
 ndnph::SigType
 SignatureType assigned numbers.
 

Enumerations

enum  {
  ndnph::TT::LpPacket = 0x64 , ndnph::TT::LpPayload = 0x50 , ndnph::TT::LpSeqNum = 0x51 , ndnph::TT::FragIndex = 0x52 ,
  ndnph::TT::FragCount = 0x53 , ndnph::TT::PitToken = 0x62 , ndnph::TT::Nack = 0x0320 , ndnph::TT::NackReason = 0x0321 ,
  ndnph::TT::CongestionMark = 0x0340 , ndnph::TT::Name = 0x07 , ndnph::TT::GenericNameComponent = 0x08 , ndnph::TT::ImplicitSha256DigestComponent = 0x01 ,
  ndnph::TT::ParametersSha256DigestComponent = 0x02 , ndnph::TT::KeywordNameComponent = 0x20 , ndnph::TT::SegmentNameComponent = 0x32 , ndnph::TT::ByteOffsetNameComponent = 0x34 ,
  ndnph::TT::VersionNameComponent = 0x36 , ndnph::TT::TimestampNameComponent = 0x38 , ndnph::TT::SequenceNumNameComponent = 0x3A , ndnph::TT::Interest = 0x05 ,
  ndnph::TT::CanBePrefix = 0x21 , ndnph::TT::MustBeFresh = 0x12 , ndnph::TT::ForwardingHint = 0x1E , ndnph::TT::Nonce = 0x0A ,
  ndnph::TT::InterestLifetime = 0x0C , ndnph::TT::HopLimit = 0x22 , ndnph::TT::AppParameters = 0x24 , ndnph::TT::ISigInfo = 0x2C ,
  ndnph::TT::ISigValue = 0x2E , ndnph::TT::Data = 0x06 , ndnph::TT::MetaInfo = 0x14 , ndnph::TT::ContentType = 0x18 ,
  ndnph::TT::FreshnessPeriod = 0x19 , ndnph::TT::FinalBlock = 0x1A , ndnph::TT::Content = 0x15 , ndnph::TT::DSigInfo = 0x16 ,
  ndnph::TT::DSigValue = 0x17 , ndnph::TT::SigType = 0x1B , ndnph::TT::KeyLocator = 0x1C , ndnph::TT::KeyDigest = 0x1D ,
  ndnph::TT::SigNonce = 0x26 , ndnph::TT::SigTime = 0x28 , ndnph::TT::SigSeqNum = 0x2A , ndnph::TT::ValidityPeriod = 0x00FD ,
  ndnph::TT::NotBefore = 0x00FE , ndnph::TT::NotAfter = 0x00FF
}
 
enum  {
  ndnph::ContentType::Blob = 0x00 , ndnph::ContentType::Link = 0x01 , ndnph::ContentType::Key = 0x02 , ndnph::ContentType::Nack = 0x03 ,
  ndnph::ContentType::PrefixAnn = 0x05
}
 
enum  {
  ndnph::SigType::Sha256 = 0x00 , ndnph::SigType::Sha256WithRsa = 0x01 , ndnph::SigType::Sha256WithEcdsa = 0x03 , ndnph::SigType::HmacWithSha256 = 0x04 ,
  ndnph::SigType::Null = 0xC8
}