ndn::signed_interest Namespace Reference

Variables

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

Variable Documentation

◆ MIN_SIZE

constexpr size_t ndn::signed_interest::MIN_SIZE = 2
inlineconstexpr

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

Deprecated:
The old Signed Interest format is deprecated.
See also
https://redmine.named-data.net/projects/ndn-cxx/wiki/SignedInterest

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

◆ POS_SIG_INFO

constexpr ssize_t ndn::signed_interest::POS_SIG_INFO = -2
inlineconstexpr
Deprecated:
The old Signed Interest format is deprecated.

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

◆ POS_SIG_VALUE

constexpr ssize_t ndn::signed_interest::POS_SIG_VALUE = -1
inlineconstexpr
Deprecated:
The old Signed Interest format is deprecated.

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