|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
Classes | |
| class | DataObj |
| Fields in Data. More... | |
| struct | DataSigned |
| Fields in Data signature. More... | |
| struct | EvdElementDefBase |
| class | EvdElementDefBool |
| class | EvdElementDefDecodable |
| class | EvdElementDefFn |
| struct | EvdElementDefIgnore |
| class | EvdElementDefNni |
| class | EvdElementDefVoid |
| class | InputIteratorPointerProxy |
| Wrap a value to appear as InputIterator::pointer. More... | |
| class | InterestObj |
| Fields in Interest or Nack. More... | |
| struct | InterestParams |
| Fields in parameterized/signed Interest. More... | |
| class | InterestRefBase |
| class | NamedKey |
| class | NamedPrivateKey |
| class | NamedPublicKey |
| class | ParameterizedInterestRef |
| class | SignedDataRef |
| class | SignedInterestRef |
| class | UtcTimezone |
Functions | |
| template<typename Signer , typename Modify > | |
| Data::Signed | buildCertificate (Region ®ion, const Name &name, const ValidityPeriod &validity, const Signer &signer, const Modify &modify) |
| bool | computeDigest (std::initializer_list< tlv::Value > chunks, uint8_t digest[NDNPH_SHA256_LEN]) |
| Component | makeRandomComponent (Region ®ion, uint16_t type=TT::GenericNameComponent) |
| bool | encodeFwHint (Encoder &encoder, const Name &fwHint) |
| bool | decodeFwHint (const Decoder::Tlv &d, Name *target) |
| Data::Signed ndnph::detail::buildCertificate | ( | Region & | region, |
| const Name & | name, | ||
| const ValidityPeriod & | validity, | ||
| const Signer & | signer, | ||
| const Modify & | modify | ||
| ) |
|
inline |
|
inline |
|
inline |