Helper class to generate CommandInterests. More...
#include <command-interest-generator.hpp>
Public Member Functions | |
CommandInterestGenerator () | |
virtual | ~CommandInterestGenerator () |
void | generate (Interest &interest, const Name &certificateName=Name()) |
void | generateWithIdentity (Interest &interest, const Name &identity) |
Static Public Attributes | |
static const Name | DEFAULT_CERTIFICATE_NAME |
Helper class to generate CommandInterests.
Definition at line 40 of file command-interest-generator.hpp.
|
inline |
Definition at line 45 of file command-interest-generator.hpp.
|
inlinevirtual |
Definition at line 51 of file command-interest-generator.hpp.
References generate(), generateWithIdentity(), and ns3::ndn::Name.
|
inline |
Definition at line 68 of file command-interest-generator.hpp.
References ndn::Name::empty(), and ndn::security::SigningInfo::SIGNER_TYPE_CERT.
Referenced by ~CommandInterestGenerator().
|
inline |
Definition at line 80 of file command-interest-generator.hpp.
References ndn::security::SigningInfo::SIGNER_TYPE_ID.
Referenced by ~CommandInterestGenerator().
|
static |
Definition at line 43 of file command-interest-generator.hpp.