#include "sec-public-info-sqlite3.hpp"
#include "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>
Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2013-2017 Regents of the University of California. | |
ndn::security | |
ndn::security::v1 | |
Functions | |
static int | ndn::security::v1::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::v1::sqlite3_column_string (sqlite3_stmt *statement, int column) |
Variables | |
static const string | ndn::security::v1::INIT_CERT_TABLE |
static const string | ndn::security::v1::INIT_ID_TABLE |
static const string | ndn::security::v1::INIT_KEY_TABLE |
static const string | ndn::security::v1::INIT_TPM_INFO_TABLE |