ndn::detail::RsaKeyParamsInfo Class Reference

RsaKeyParamInfo is used to instantiate SimplePublicKeyParams for RSA keys. More...

#include <ndn-cxx/security/key-params.hpp>

Static Public Member Functions

static uint32_t checkKeySize (uint32_t size)
 Check if size is valid and supported for this key type. More...
 
static uint32_t getDefaultSize ()
 
static constexpr KeyType getType ()
 

Detailed Description

RsaKeyParamInfo is used to instantiate SimplePublicKeyParams for RSA keys.

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

Member Function Documentation

◆ checkKeySize()

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

Check if size is valid and supported for this key type.

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

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

◆ getDefaultSize()

uint32_t ndn::detail::RsaKeyParamsInfo::getDefaultSize ( )
static

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

◆ getType()

static constexpr KeyType ndn::detail::RsaKeyParamsInfo::getType ( )
inlinestaticconstexpr

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