NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
sec-public-info-sqlite3.cpp File Reference
#include "sec-public-info-sqlite3.hpp"
#include "v1/identity-certificate.hpp"
#include "signature-sha256-with-rsa.hpp"
#include "signature-sha256-with-ecdsa.hpp"
#include "../data.hpp"
#include <sqlite3.h>
#include <stdio.h>
#include <stdlib.h>
#include <sstream>
#include <fstream>
#include <boost/filesystem.hpp>
Include dependency graph for sec-public-info-sqlite3.cpp:

Go to the source code of this file.

Namespaces

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

Functions

static int ndn::security::sqlite3_bind_string (sqlite3_stmt *statement, int index, const string &value, void(*destructor)(void *))
 A utility function to call the normal sqlite3_bind_text where the value and length are value.c_str() and value.size(). More...
 
static string ndn::security::sqlite3_column_string (sqlite3_stmt *statement, int column)
 

Variables

static const string ndn::security::INIT_TPM_INFO_TABLE
 
static const string ndn::security::INIT_ID_TABLE
 
static const string ndn::security::INIT_KEY_TABLE
 
static const string ndn::security::INIT_CERT_TABLE