NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
signing-helpers.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NDN_CXX_SECURITY_SIGNING_HELPERS_HPP
23 #define NDN_CXX_SECURITY_SIGNING_HELPERS_HPP
24 
25 #include "../common.hpp"
26 #include "signing-info.hpp"
27 
28 namespace ndn {
29 namespace security {
30 
34 SigningInfo
35 signingByIdentity(const Name& identity);
36 
40 SigningInfo
41 signingByKey(const Name& keyName);
42 
46 SigningInfo
47 signingByCertificate(const Name& certName);
48 
52 SigningInfo
54 
55 } // namespace security
56 
61 
62 } // namespace ndn
63 
64 #endif // NDN_CXX_SECURITY_SIGNING_HELPERS_HPP
SigningInfo signingByKey(const Name &keyName)
Copyright (c) 2011-2015 Regents of the University of California.
SigningInfo signingByCertificate(const Name &certName)
SigningInfo signingByIdentity(const Name &identity)
SigningInfo signingWithSha256()