NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::detail::EvpPkeyCtx Class Reference

#include <openssl-helper.hpp>

Inheritance diagram for ndn::security::detail::EvpPkeyCtx:
Collaboration diagram for ndn::security::detail::EvpPkeyCtx:

Public Member Functions

 EvpPkeyCtx (EVP_PKEY *key)
 
 EvpPkeyCtx (int id)
 
 ~EvpPkeyCtx ()
 
 operator EVP_PKEY_CTX * () const
 

Detailed Description

Definition at line 54 of file openssl-helper.hpp.

Constructor & Destructor Documentation

◆ EvpPkeyCtx() [1/2]

ndn::security::detail::EvpPkeyCtx::EvpPkeyCtx ( EVP_PKEY *  key)
explicit

Definition at line 77 of file openssl-helper.cpp.

References NDN_THROW.

◆ EvpPkeyCtx() [2/2]

ndn::security::detail::EvpPkeyCtx::EvpPkeyCtx ( int  id)
explicit

Definition at line 84 of file openssl-helper.cpp.

References NDN_THROW.

◆ ~EvpPkeyCtx()

ndn::security::detail::EvpPkeyCtx::~EvpPkeyCtx ( )

Definition at line 91 of file openssl-helper.cpp.

Member Function Documentation

◆ operator EVP_PKEY_CTX *()

ndn::security::detail::EvpPkeyCtx::operator EVP_PKEY_CTX * ( ) const
inline

Definition at line 65 of file openssl-helper.hpp.


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