ndn::security::detail::EvpPkeyCtx Class Reference

#include <openssl-helper.hpp>

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

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

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

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

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

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

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

Member Function Documentation

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

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