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
 
size_t keySize = 0
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~Impl()

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

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

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

Member Data Documentation

◆ key

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

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

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

◆ keySize

size_t transform::PrivateKey::Impl::keySize = 0

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


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