22 #ifndef NDN_TLV_0_1_1_WIRE_FORMAT_HPP 
   23 #define NDN_TLV_0_1_1_WIRE_FORMAT_HPP 
   25 #include "wire-format.hpp" 
   68     (
const Interest& interest, 
size_t *signedPortionBeginOffset,
 
   69      size_t *signedPortionEndOffset);
 
   93     (
Interest& interest, 
const uint8_t *input, 
size_t inputLength,
 
   94      size_t *signedPortionBeginOffset, 
size_t *signedPortionEndOffset);
 
  107     (
const Data& data, 
size_t *signedPortionBeginOffset, 
size_t *signedPortionEndOffset);
 
  123     (
Data& data, 
const uint8_t *input, 
size_t inputLength, 
size_t *signedPortionBeginOffset, 
size_t *signedPortionEndOffset);
 
  194   virtual ptr_lib::shared_ptr<Signature>
 
  196     (
const uint8_t *signatureInfo, 
size_t signatureInfoLength,
 
  197      const uint8_t *signatureValue, 
size_t signatureValueLength);
 
  222     (
DelegationSet& delegationSet, 
const uint8_t *input, 
size_t inputLength);
 
Copyright (C) 2013-2016 Regents of the University of California. 
Definition: common.hpp:35
 
An EncryptedContent holds an encryption type, a payload and other fields representing encrypted conte...
Definition: encrypted-content.hpp:37
 
A ControlResponse holds a status code, status text and other fields for a ControlResponse which is us...
Definition: control-response.hpp:37
 
A ControlParameters holds a Name and other fields for a ControlParameters which is used...
Definition: control-parameters.hpp:37
 
A Name holds an array of Name::Component and represents an NDN name. 
Definition: name.hpp:40
 
A Signature is an abstract base class providing methods to work with the signature information in a D...
Definition: signature.hpp:35
 
A DelegationSet holds a list of DelegationSet::Delegation entries which is used as the content of a L...
Definition: delegation-set.hpp:38
 
A Blob holds a pointer to an immutable byte array implemented as const std::vector. 
Definition: blob.hpp:42
 
An Interest holds a Name and other fields for an interest. 
Definition: interest.hpp:41