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

const size_t ndn::signed_interest::MIN_LENGTH = 4

minimal number of components for Command Interest

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

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

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.

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

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

const ssize_t ndn::signed_interest::POS_SIG_INFO = -2

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

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

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

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

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