NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
transform::PrivateKey::Impl Class Reference
Inheritance diagram for transform::PrivateKey::Impl:
Collaboration diagram for transform::PrivateKey::Impl:

Public Member Functions

 ~Impl ()
 

Public Attributes

EVP_PKEY * key = nullptr
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~Impl()

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

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

References transform::PrivateKey::Impl::key.

Member Data Documentation

◆ key

EVP_PKEY* transform::PrivateKey::Impl::key = nullptr

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

Referenced by transform::PrivateKey::Impl::~Impl().


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