NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ndnSIM
ndnSIM documentation
All Attributes
All GlobalValues
All LogComponents
All TraceSources
Todo List
Deprecated List
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
tlv.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#include "
tlv.hpp
"
23
24
namespace
ndn
{
25
namespace
tlv {
26
27
std::ostream&
28
operator<<
(std::ostream& os,
const
SignatureTypeValue
& signatureType)
29
{
30
switch
(signatureType) {
31
case
SignatureTypeValue::DigestSha256
:
32
return
os <<
"DigestSha256"
;
33
case
SignatureTypeValue::SignatureSha256WithRsa
:
34
return
os <<
"SignatureSha256WithRsa"
;
35
case
SignatureTypeValue::SignatureSha256WithEcdsa
:
36
return
os <<
"SignatureSha256WithEcdsa"
;
37
}
38
return
os <<
"Unknown Signature Type"
;
39
}
40
41
}
// namespace tlv
42
}
// namespace ndn
tlv.hpp
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::tlv::SignatureSha256WithRsa
Definition:
tlv.hpp:101
ndn::tlv::DigestSha256
Definition:
tlv.hpp:100
ndn::tlv::SignatureTypeValue
SignatureTypeValue
Definition:
tlv.hpp:99
ndn::tlv::SignatureSha256WithEcdsa
Definition:
tlv.hpp:103
ndn::tlv::operator<<
std::ostream & operator<<(std::ostream &os, const SignatureTypeValue &signatureType)
Definition:
tlv.cpp:28
ndnSIM
ndn-cxx
src
encoding
tlv.cpp
Generated on Thu Nov 2 2017 03:30:28 for ndnSIM by
1.8.11