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 ()
 
 ~Impl ()
 

Public Attributes

BIO * m_cipher
 
BIO * m_sink
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Impl()

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

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

References m_cipher, and m_sink.

◆ ~Impl()

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

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

References m_cipher.

Member Data Documentation

◆ m_cipher

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

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

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

◆ m_sink

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: