NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
oid.cpp File Reference
#include "common.hpp"
#include "oid.hpp"
#include "../security/cryptopp.hpp"
#include <sstream>
Include dependency graph for oid.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::oid
 

Functions

void ndn::encodeValue (CryptoPP::BufferedTransformation &bt, CryptoPP::word32 v)
 
size_t ndn::decodeValue (CryptoPP::BufferedTransformation &bt, CryptoPP::word32 &v)
 

Variables

static const int ndn::OID_MAGIC_NUMBER = 40
 
const OID ndn::oid::RSA ("1.2.840.113549.1.1.1")
 
const OID ndn::oid::ECDSA ("1.2.840.10045.2.1")
 
const OID ndn::oid::ATTRIBUTE_NAME ("2.5.4.41")