22 #ifndef NDN_TLV_0_1_1_WIRE_FORMAT_LITE_HPP
23 #define NDN_TLV_0_1_1_WIRE_FORMAT_LITE_HPP
25 #include "../interest-lite.hpp"
26 #include "../data-lite.hpp"
27 #include "../util/dynamic-uint8-array-lite.hpp"
56 (
const InterestLite& interest,
size_t* signedPortionBeginOffset,
58 size_t* encodingLength);
78 (
InterestLite& interest,
const uint8_t* input,
size_t inputLength,
79 size_t* signedPortionBeginOffset,
size_t* signedPortionEndOffset);
98 (
const DataLite& data,
size_t* signedPortionBeginOffset,
100 size_t* encodingLength);
117 (
DataLite& data,
const uint8_t* input,
size_t inputLength,
118 size_t* signedPortionBeginOffset,
size_t* signedPortionEndOffset);
Copyright (C) 2013-2015 Regents of the University of California.
Definition: common.hpp:35
A DynamicUInt8ArrayLite holds a pointer to an allocated array, the length of the allocated array...
Definition: dynamic-uint8-array-lite.hpp:35
An InterestLite holds a NameLite and other fields for an interest.
Definition: interest-lite.hpp:35
A DataLite holds a NameLite and other fields to represent an NDN Data packet.
Definition: data-lite.hpp:34