#include <openssl-helper.hpp>
Public Types | |
using | MethodPtr = BIO_METHOD * |
Public Member Functions | |
Bio (MethodPtr method) | |
~Bio () | |
operator BIO * () const | |
bool | read (uint8_t *buf, size_t buflen) const noexcept |
bool | write (const uint8_t *buf, size_t buflen) noexcept |
Definition at line 74 of file openssl-helper.hpp.
using ndn::security::detail::Bio::MethodPtr = BIO_METHOD* |
Definition at line 78 of file openssl-helper.hpp.
|
explicit |
Definition at line 95 of file openssl-helper.cpp.
ndn::security::detail::Bio::~Bio | ( | ) |
Definition at line 102 of file openssl-helper.cpp.
|
inline |
Definition at line 88 of file openssl-helper.hpp.
|
noexcept |
Definition at line 108 of file openssl-helper.cpp.
Referenced by ndn::security::transform::PrivateKey::decrypt().
|
noexcept |
Definition at line 116 of file openssl-helper.cpp.
Referenced by ndn::security::transform::PrivateKey::loadPkcs8().