The implementation class which contains the internal state of the filter which includes openssl specific structures. More...
Public Member Functions | |
| Impl () | |
| ~Impl () | |
Public Attributes | |
| BIO * | m_base64 |
| BIO * | m_sink |
The implementation class which contains the internal state of the filter which includes openssl specific structures.
Definition at line 34 of file base64-encode.cpp.
|
inline |
Definition at line 37 of file base64-encode.cpp.
|
inline |
Definition at line 45 of file base64-encode.cpp.
References m_base64.
| BIO* ndn::security::transform::Base64Encode::Impl::m_base64 |
Definition at line 51 of file base64-encode.cpp.
| BIO* ndn::security::transform::Base64Encode::Impl::m_sink |
Definition at line 52 of file base64-encode.cpp.
Referenced by Impl().