ndn::signed_interest Namespace Reference

Variables

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

Variable Documentation

const size_t ndn::signed_interest::MIN_LENGTH = 4
Deprecated:
To avoid a potentially breaking change, this value is kept based on the Command Interest definition. This value will be eliminated in favor of MIN_SIZE=2.

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

const size_t ndn::signed_interest::MIN_LENGTH_SIG_ONLY = 2
Deprecated:
Use MIN_SIZE

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

const size_t ndn::signed_interest::MIN_SIZE = 2

minimal number of components for Signed Interest

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

Definition at line 39 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.