ndn::security::detail::EvpPkey Class Reference

#include <openssl-helper.hpp>

Public Member Functions

 EvpPkey ()
 
 ~EvpPkey ()
 
EVP_PKEY * get () const
 
EVP_PKEY ** operator& ()
 

Detailed Description

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

Constructor & Destructor Documentation

ndn::security::detail::EvpPkey::EvpPkey ( )

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

ndn::security::detail::EvpPkey::~EvpPkey ( )

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

Member Function Documentation

EVP_PKEY* ndn::security::detail::EvpPkey::get ( ) const
inline

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

EVP_PKEY** ndn::security::detail::EvpPkey::operator& ( )
inline

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