NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::signed_interest Namespace Reference

Variables

const ssize_t POS_SIG_VALUE = -1
 
const ssize_t POS_SIG_INFO = -2
 
const ssize_t POS_RANDOM_VAL = -3
 
const ssize_t POS_TIMESTAMP = -4
 
const size_t MIN_LENGTH = 4
 minimal number of components for Command Interest More...
 
const size_t MIN_LENGTH_SIG_ONLY = 2
 minimal number of components for Signed Interest More...
 

Variable Documentation

◆ POS_SIG_VALUE

const ssize_t ndn::signed_interest::POS_SIG_VALUE = -1

◆ POS_SIG_INFO

◆ POS_RANDOM_VAL

const ssize_t ndn::signed_interest::POS_RANDOM_VAL = -3

Definition at line 35 of file security-common.hpp.

◆ POS_TIMESTAMP

const ssize_t ndn::signed_interest::POS_TIMESTAMP = -4

◆ MIN_LENGTH

◆ MIN_LENGTH_SIG_ONLY

const size_t ndn::signed_interest::MIN_LENGTH_SIG_ONLY = 2

minimal number of components for Signed Interest

See also
https://redmine.named-data.net/projects/ndn-cxx/wiki/SignedInterest

Definition at line 46 of file security-common.hpp.

Referenced by ndn::security::Validator::verifySignature().