ndn::signed_interest Namespace Reference

Variables

const size_t MIN_SIZE = 2
 Minimum number of name components for an old-style Signed Interest. More...
 
const ssize_t POS_SIG_INFO = -2
 
const ssize_t POS_SIG_VALUE = -1
 

Variable Documentation

◆ MIN_SIZE

const size_t ndn::signed_interest::MIN_SIZE = 2

Minimum number of name components for an old-style Signed Interest.

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

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

◆ POS_SIG_INFO

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

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

◆ POS_SIG_VALUE

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

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