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 () |
RsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for RSA key.
Definition at line 72 of file key-params.hpp.
|
inlinestatic |
Definition at line 76 of file key-params.hpp.
References ndn::KEY_TYPE_RSA.
|
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.
|
static |
Definition at line 42 of file key-params.cpp.
Referenced by checkKeySize(), ndn::EcdsaKeyParamsInfo::checkKeySize(), and ndn::AesKeyParamsInfo::checkKeySize().