NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
w
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
d
e
f
g
i
k
l
m
n
p
r
s
u
w
+
Related Functions
b
c
d
f
i
k
l
n
o
p
s
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
k
l
m
n
p
r
s
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
g
k
l
n
p
r
s
Typedefs
+
Macros
b
d
e
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
digest-sha256.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_SECURITY_DIGEST_SHA256_HPP
23
#define NDN_SECURITY_DIGEST_SHA256_HPP
24
25
#include "../data.hpp"
26
#include "../encoding/tlv.hpp"
27
28
namespace
ndn
{
29
33
class
DigestSha256
:
public
Signature
34
{
35
public
:
36
class
Error
:
public
Signature::Error
37
{
38
public
:
39
explicit
40
Error
(
const
std::string& what)
41
:
Signature
::
Error
(what)
42
{
43
}
44
};
45
46
DigestSha256
();
47
48
explicit
49
DigestSha256
(
const
Signature
& signature);
50
51
};
52
53
}
// namespace ndn
54
55
#endif //NDN_SECURITY_DIGEST_SHA256_HPP
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::DigestSha256::DigestSha256
DigestSha256()
Definition:
digest-sha256.cpp:26
ndn::DigestSha256
Represent a SHA256 digest.
Definition:
digest-sha256.hpp:33
ndn::DigestSha256::Error
Definition:
digest-sha256.hpp:36
ndn::DigestSha256::Error::Error
Error(const std::string &what)
Definition:
digest-sha256.hpp:40
ndn::Signature::Error
Definition:
signature.hpp:36
ndn::Signature
A Signature is storage for the signature-related information (info and value) in a Data packet...
Definition:
signature.hpp:33
ndnSIM
ndn-cxx
src
security
digest-sha256.hpp
Generated on Sat Nov 12 2016 16:02:52 for ndnSIM by
1.8.12