NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::SimpleSymmetricKeyParams< KeyParamsInfo > Class Template Reference

SimpleSymmetricKeyParams is a template for symmetric keys with only one parameter: size. More...

#include <key-params.hpp>

Inheritance diagram for ndn::SimpleSymmetricKeyParams< KeyParamsInfo >:
Collaboration diagram for ndn::SimpleSymmetricKeyParams< KeyParamsInfo >:

Public Member Functions

 SimpleSymmetricKeyParams (uint32_t size=KeyParamsInfo::getDefaultSize())
 
 SimpleSymmetricKeyParams (const SimpleSymmetricKeyParams &params)
 
 SimpleSymmetricKeyParams (const KeyParams &params)
 
uint32_t getKeySize () const
 
- Public Member Functions inherited from ndn::KeyParams
virtual ~KeyParams ()
 
KeyType getKeyType () const
 

Additional Inherited Members

- Protected Member Functions inherited from ndn::KeyParams
 KeyParams (KeyType keyType)
 

Detailed Description

template<typename KeyParamsInfo>
class ndn::SimpleSymmetricKeyParams< KeyParamsInfo >

SimpleSymmetricKeyParams is a template for symmetric keys with only one parameter: size.

Definition at line 185 of file key-params.hpp.

Constructor & Destructor Documentation

§ SimpleSymmetricKeyParams() [1/3]

template<typename KeyParamsInfo >
ndn::SimpleSymmetricKeyParams< KeyParamsInfo >::SimpleSymmetricKeyParams ( uint32_t  size = KeyParamsInfo::getDefaultSize())
inlineexplicit

Definition at line 189 of file key-params.hpp.

§ SimpleSymmetricKeyParams() [2/3]

template<typename KeyParamsInfo >
ndn::SimpleSymmetricKeyParams< KeyParamsInfo >::SimpleSymmetricKeyParams ( const SimpleSymmetricKeyParams< KeyParamsInfo > &  params)
inlineexplicit

Definition at line 196 of file key-params.hpp.

§ SimpleSymmetricKeyParams() [3/3]

template<typename KeyParamsInfo >
ndn::SimpleSymmetricKeyParams< KeyParamsInfo >::SimpleSymmetricKeyParams ( const KeyParams params)
inlineexplicit

Definition at line 203 of file key-params.hpp.

Member Function Documentation

§ getKeySize()

template<typename KeyParamsInfo >
uint32_t ndn::SimpleSymmetricKeyParams< KeyParamsInfo >::getKeySize ( ) const
inline

Definition at line 209 of file key-params.hpp.


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