NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::tpm::BackEndMem Class Referencefinal

The back-end implementation of an in-memory TPM. More...

#include <back-end-mem.hpp>

Inheritance diagram for ndn::security::tpm::BackEndMem:
Collaboration diagram for ndn::security::tpm::BackEndMem:

Classes

class  Impl
 

Public Member Functions

 BackEndMem (const std::string &location="")
 Create memory-based TPM backend. More...
 
 ~BackEndMem () final
 
- Public Member Functions inherited from ndn::security::tpm::BackEnd
virtual ~BackEnd ()
 
bool hasKey (const Name &keyName) const
 Check if the key with name keyName exists in the TPM. More...
 
unique_ptr< KeyHandlegetKeyHandle (const Name &keyName) const
 Get the handle of the key with name keyName. More...
 
unique_ptr< KeyHandlecreateKey (const Name &identityName, const KeyParams &params)
 Create a key for identityName according to params. More...
 
void deleteKey (const Name &keyName)
 Delete the key with name keyName. More...
 
ConstBufferPtr exportKey (const Name &keyName, const char *pw, size_t pwLen)
 Get the private key with name keyName in encrypted PKCS #8 format. More...
 
void importKey (const Name &keyName, const uint8_t *pkcs8, size_t pkcs8Len, const char *pw, size_t pwLen)
 Import a private key in encrypted PKCS #8 format. More...
 
virtual bool isTerminalMode () const
 Check if the TPM is in terminal mode. More...
 
virtual void setTerminalMode (bool isTerminal) const
 Set the terminal mode of the TPM. More...
 
virtual bool isTpmLocked () const
 Check if the TPM is locked. More...
 
virtual bool unlockTpm (const char *pw, size_t pwLen) const
 Unlock the TPM. More...
 

Static Public Member Functions

static const std::string & getScheme ()
 

Additional Inherited Members

- Static Protected Member Functions inherited from ndn::security::tpm::BackEnd
static void setKeyName (KeyHandle &keyHandle, const Name &identity, const KeyParams &params)
 Set the key name in keyHandle according to identity and params. More...
 

Detailed Description

The back-end implementation of an in-memory TPM.

Definition at line 34 of file back-end-mem.hpp.

Constructor & Destructor Documentation

◆ BackEndMem()

ndn::security::tpm::BackEndMem::BackEndMem ( const std::string &  location = "")
explicit

Create memory-based TPM backend.

Parameters
locationNot used (required by the TPM registration interface).

Definition at line 41 of file back-end-mem.cpp.

◆ ~BackEndMem()

ndn::security::tpm::BackEndMem::~BackEndMem ( )
finaldefault

Member Function Documentation

◆ getScheme()

const std::string & ndn::security::tpm::BackEndMem::getScheme ( )
static

Definition at line 49 of file back-end-mem.cpp.


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