ndn::security::v1::KeyChain::MismatchError Class Reference

Error thrown when the supplied TPM locator to KeyChain constructor does not match the locator stored in PIB. More...

#include <key-chain.hpp>

Inheritance diagram for ndn::security::v1::KeyChain::MismatchError:
[legend]
Collaboration diagram for ndn::security::v1::KeyChain::MismatchError:
[legend]

Public Member Functions

 MismatchError (const std::string &what)
 

Detailed Description

Error thrown when the supplied TPM locator to KeyChain constructor does not match the locator stored in PIB.

Definition at line 67 of file v1/key-chain.hpp.

Constructor & Destructor Documentation

ndn::security::v1::KeyChain::MismatchError::MismatchError ( const std::string &  what)
inlineexplicit

Definition at line 71 of file v1/key-chain.hpp.