ndn::security::tpm::BackEndOsx::Impl Class Reference

Public Member Functions

 Impl ()
 
CFReleaser< SecKeychainItemRef > getKey (const Name &keyName)
 Get private key reference with name keyName. More...
 

Data Fields

SecKeychainRef keyChainRef
 
bool isTerminalMode
 

Detailed Description

Definition at line 37 of file back-end-osx.cpp.

Constructor & Destructor Documentation

ndn::security::tpm::BackEndOsx::Impl::Impl ( )
inline

Definition at line 40 of file back-end-osx.cpp.

Member Function Documentation

CFReleaser<SecKeychainItemRef> ndn::security::tpm::BackEndOsx::Impl::getKey ( const Name keyName)
inline

Get private key reference with name keyName.

Parameters
keyName
Returns
reference to the key

Definition at line 52 of file back-end-osx.cpp.

Field Documentation

bool ndn::security::tpm::BackEndOsx::Impl::isTerminalMode

Definition at line 81 of file back-end-osx.cpp.

SecKeychainRef ndn::security::tpm::BackEndOsx::Impl::keyChainRef

Definition at line 80 of file back-end-osx.cpp.