NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::SecTpmFile::Impl Class Reference

Public Member Functions

 Impl (const string &dir)
 
boost::filesystem::path transformName (const string &keyName, const string &extension)
 
string maintainMapping (const string &keyName)
 

Public Attributes

boost::filesystem::path m_keystorePath
 

Detailed Description

Definition at line 48 of file sec-tpm-file.cpp.

Constructor & Destructor Documentation

ndn::SecTpmFile::Impl::Impl ( const string &  dir)
inlineexplicit

Definition at line 52 of file sec-tpm-file.cpp.

References m_keystorePath.

Member Function Documentation

boost::filesystem::path ndn::SecTpmFile::Impl::transformName ( const string &  keyName,
const string &  extension 
)
inline

Definition at line 63 of file sec-tpm-file.cpp.

References m_keystorePath, and ndn::trim().

Referenced by maintainMapping().

string ndn::SecTpmFile::Impl::maintainMapping ( const string &  keyName)
inline

Definition at line 80 of file sec-tpm-file.cpp.

References m_keystorePath, and transformName().

Member Data Documentation

boost::filesystem::path ndn::SecTpmFile::Impl::m_keystorePath

Definition at line 95 of file sec-tpm-file.cpp.

Referenced by Impl(), maintainMapping(), and transformName().


The documentation for this class was generated from the following file: