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

Public Member Functions

 Impl ()
 
 ~Impl ()
 

Public Attributes

EVP_PKEY * key
 

Detailed Description

Definition at line 44 of file private-key.cpp.

Constructor & Destructor Documentation

◆ Impl()

ndn::security::transform::PrivateKey::Impl::Impl ( )
inline

Definition at line 47 of file private-key.cpp.

◆ ~Impl()

ndn::security::transform::PrivateKey::Impl::~Impl ( )
inline

Definition at line 52 of file private-key.cpp.

References key.

Member Data Documentation

◆ key

EVP_PKEY* ndn::security::transform::PrivateKey::Impl::key

Definition at line 58 of file private-key.cpp.

Referenced by ~Impl().


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