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

RsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for RSA key. More...

#include <key-params.hpp>

Static Public Member Functions

static KeyType getType ()
 
static uint32_t checkKeySize (uint32_t size)
 check if size is qualified, otherwise return the default key size. More...
 
static uint32_t getDefaultSize ()
 

Detailed Description

RsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for RSA key.

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

Member Function Documentation

§ getType()

static KeyType ndn::RsaKeyParamsInfo::getType ( )
inlinestatic

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

References ndn::KEY_TYPE_RSA.

§ checkKeySize()

uint32_t ndn::RsaKeyParamsInfo::checkKeySize ( uint32_t  size)
static

check if size is qualified, otherwise return the default key size.

Definition at line 31 of file key-params.cpp.

References getDefaultSize(), and ndn::RSA_KEY_SIZES.

§ getDefaultSize()

uint32_t ndn::RsaKeyParamsInfo::getDefaultSize ( )
static

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