#include <openssl-helper.hpp>
Public Member Functions | |
Bio (const BIO_METHOD *method) | |
~Bio () | |
operator BIO * () const | |
NDN_CXX_NODISCARD bool | read (span< uint8_t > buf) const noexcept |
NDN_CXX_NODISCARD bool | write (span< const uint8_t > buf) noexcept |
Definition at line 74 of file openssl-helper.hpp.
|
explicit |
Definition at line 96 of file openssl-helper.cpp.
References NDN_THROW.
ndn::security::detail::Bio::~Bio | ( | ) |
Definition at line 103 of file openssl-helper.cpp.
|
inline |
Definition at line 82 of file openssl-helper.hpp.
References NDN_CXX_NODISCARD.
|
noexcept |
Definition at line 109 of file openssl-helper.cpp.
Referenced by ndn::security::transform::PrivateKey::decrypt().
|
noexcept |
Definition at line 117 of file openssl-helper.cpp.
Referenced by ndn::security::transform::PrivateKey::loadPkcs8().