NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::transform::BlockCipher::Impl Class Reference

Public Member Functions

 Impl () noexcept
 
 ~Impl ()
 

Public Attributes

BIO * m_cipher
 
BIO * m_sink
 

Detailed Description

Definition at line 31 of file block-cipher.cpp.

Constructor & Destructor Documentation

ndn::security::transform::BlockCipher::Impl::Impl ( )
inlinenoexcept

Definition at line 34 of file block-cipher.cpp.

References m_cipher, and m_sink.

ndn::security::transform::BlockCipher::Impl::~Impl ( )
inline

Definition at line 41 of file block-cipher.cpp.

References m_cipher.

Member Data Documentation

BIO* ndn::security::transform::BlockCipher::Impl::m_cipher

Definition at line 47 of file block-cipher.cpp.

Referenced by Impl(), and ~Impl().

BIO* ndn::security::transform::BlockCipher::Impl::m_sink

Definition at line 48 of file block-cipher.cpp.

Referenced by Impl().


The documentation for this class was generated from the following file: