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

Public Member Functions

 Impl () noexcept
 
 ~Impl ()
 

Public Attributes

EVP_PKEY * key
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Impl()

transform::PrivateKey::Impl::Impl ( )
inlinenoexcept

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

◆ ~Impl()

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

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

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

Member Data Documentation

◆ key

EVP_PKEY* transform::PrivateKey::Impl::key

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

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


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