22 #ifndef NDN_CXX_SECURITY_INTEREST_SIGNER_HPP 
   23 #define NDN_CXX_SECURITY_INTEREST_SIGNER_HPP 
   87   uint64_t m_lastUsedSeqNum;
 
Represents an Interest packet.
 
Represents an absolute name.
 
Helper class to create signed Interests.
 
SigningFlags
Flags to indicate which elements to include in Interest signatures created with makeSignedInterest.
 
InterestSigner(KeyChain &keyChain)
 
Interest makeCommandInterest(Name name, const SigningInfo ¶ms=SigningInfo())
Creates and signs a command Interest.
 
void makeSignedInterest(Interest &interest, SigningInfo params=SigningInfo(), uint32_t signingFlags=WantNonce|WantTime)
Signs an Interest (following Packet Specification v0.3 or newer)
 
Signing parameters passed to KeyChain.
 
The interface of signing key management.