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

SimplePublicKeyParams is a template for public keys with only one parameter: size. More...

#include <key-params.hpp>

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

Public Member Functions

 SimplePublicKeyParams (uint32_t size=KeyParamsInfo::getDefaultSize())
 
 SimplePublicKeyParams (const SimplePublicKeyParams &params)
 
 SimplePublicKeyParams (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::SimplePublicKeyParams< KeyParamsInfo >

SimplePublicKeyParams is a template for public keys with only one parameter: size.

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

Constructor & Destructor Documentation

◆ SimplePublicKeyParams() [1/3]

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

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

◆ SimplePublicKeyParams() [2/3]

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

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

◆ SimplePublicKeyParams() [3/3]

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

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

Member Function Documentation

◆ getKeySize()

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

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