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_source |
The implementation class which contains the internal state of the filter which includes openssl specific structures.
Definition at line 34 of file base64-decode.cpp.
|
inline |
Definition at line 37 of file base64-decode.cpp.
|
inline |
Definition at line 49 of file base64-decode.cpp.
References m_base64.
BIO* ndn::security::transform::Base64Decode::Impl::m_base64 |
Definition at line 55 of file base64-decode.cpp.
BIO* ndn::security::transform::Base64Decode::Impl::m_source |
Definition at line 56 of file base64-decode.cpp.
Referenced by Impl().