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

Base class of key parameters. More...

#include <key-params.hpp>

Inheritance diagram for ndn::KeyParams:

Classes

class  Error
 

Public Member Functions

virtual ~KeyParams ()
 
KeyType getKeyType () const
 

Protected Member Functions

 KeyParams (KeyType keyType)
 

Detailed Description

Base class of key parameters.

Its subclasses are used to store parameters for key generation.

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

Constructor & Destructor Documentation

virtual ndn::KeyParams::~KeyParams ( )
inlinevirtual

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

ndn::KeyParams::KeyParams ( KeyType  keyType)
inlineexplicitprotected

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

Member Function Documentation

KeyType ndn::KeyParams::getKeyType ( ) const
inline

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