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. More...
 
static uint32_t getDefaultSize ()
 

Detailed Description

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

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

Member Function Documentation

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

check if size is qualified.

Exceptions
KeyParams::Errorif the key size is not supported.

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

uint32_t ndn::RsaKeyParamsInfo::getDefaultSize ( )
static

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

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

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