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

Public Member Functions

 Impl ()
 
std::string toInternalKeyName (const Name &keyName, KeyClass keyClass)
 Convert NDN name of a key to internal name of the key. More...
 
CFReleaser< SecKeychainItemRef > getKey (const Name &keyName, KeyClass keyClass)
 Get key. More...
 
CFTypeRef getSymKeyType (KeyType keyType)
 Convert keyType to MAC OS symmetric key key type. More...
 
CFTypeRef getAsymKeyType (KeyType keyType)
 Convert keyType to MAC OS asymmetirc key type. More...
 
CFTypeRef getKeyClass (KeyClass keyClass)
 Convert keyClass to MAC OS key class. More...
 
CFStringRef getDigestAlgorithm (DigestAlgorithm digestAlgo)
 Convert digestAlgo to MAC OS algorithm id. More...
 
long getDigestSize (DigestAlgorithm digestAlgo)
 Get the digest size of the corresponding algorithm. More...
 

Public Attributes

SecKeychainRef m_keyChainRef
 
bool m_passwordSet
 
string m_password
 
bool m_inTerminal
 

Detailed Description

Definition at line 170 of file sec-tpm-osx.cpp.

Constructor & Destructor Documentation

◆ Impl()

security::SecTpmOsx::Impl::Impl ( )
inline

Definition at line 173 of file sec-tpm-osx.cpp.

References ns3::ndn::Name.

Member Function Documentation

◆ toInternalKeyName()

string security::SecTpmOsx::Impl::toInternalKeyName ( const Name &  keyName,
KeyClass  keyClass 
)

Convert NDN name of a key to internal name of the key.

Returns
the internal key name

Definition at line 1071 of file sec-tpm-osx.cpp.

References ndn::SYMMETRIC.

◆ getKey()

CFReleaser< SecKeychainItemRef > security::SecTpmOsx::Impl::getKey ( const Name &  keyName,
KeyClass  keyClass 
)

Get key.

Returns
pointer to the key

Definition at line 1041 of file sec-tpm-osx.cpp.

◆ getSymKeyType()

CFTypeRef security::SecTpmOsx::Impl::getSymKeyType ( KeyType  keyType)

Convert keyType to MAC OS symmetric key key type.

Returns
MAC OS key type

Definition at line 1095 of file sec-tpm-osx.cpp.

References ndn::AES.

◆ getAsymKeyType()

CFTypeRef security::SecTpmOsx::Impl::getAsymKeyType ( KeyType  keyType)

Convert keyType to MAC OS asymmetirc key type.

Returns
MAC OS key type

Definition at line 1082 of file sec-tpm-osx.cpp.

References ndn::EC, and ndn::RSA.

◆ getKeyClass()

CFTypeRef security::SecTpmOsx::Impl::getKeyClass ( KeyClass  keyClass)

Convert keyClass to MAC OS key class.

Returns
MAC OS key class

Definition at line 1106 of file sec-tpm-osx.cpp.

References ndn::PRIVATE, ndn::PUBLIC, and ndn::SYMMETRIC.

◆ getDigestAlgorithm()

CFStringRef security::SecTpmOsx::Impl::getDigestAlgorithm ( DigestAlgorithm  digestAlgo)

Convert digestAlgo to MAC OS algorithm id.

Returns
MAC OS algorithm id

Definition at line 1121 of file sec-tpm-osx.cpp.

References ndn::SHA256.

◆ getDigestSize()

long security::SecTpmOsx::Impl::getDigestSize ( DigestAlgorithm  digestAlgo)

Get the digest size of the corresponding algorithm.

Returns
digest size

Definition at line 1132 of file sec-tpm-osx.cpp.

References ndn::SHA256.

Member Data Documentation

◆ m_keyChainRef

SecKeychainRef security::SecTpmOsx::Impl::m_keyChainRef

Definition at line 239 of file sec-tpm-osx.cpp.

◆ m_passwordSet

bool security::SecTpmOsx::Impl::m_passwordSet

Definition at line 240 of file sec-tpm-osx.cpp.

◆ m_password

string security::SecTpmOsx::Impl::m_password

Definition at line 241 of file sec-tpm-osx.cpp.

◆ m_inTerminal

bool security::SecTpmOsx::Impl::m_inTerminal

Definition at line 242 of file sec-tpm-osx.cpp.


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