RsaKeyParamInfo is used to instantiate SimplePublicKeyParams for RSA keys. More...
#include <key-params.hpp>
Static Public Member Functions | |
static constexpr KeyType | getType () |
static uint32_t | checkKeySize (uint32_t size) |
check if size is valid and supported for this key type. More... | |
static uint32_t | getDefaultSize () |
RsaKeyParamInfo is used to instantiate SimplePublicKeyParams for RSA keys.
Definition at line 101 of file key-params.hpp.
|
inlinestatic |
Definition at line 105 of file key-params.hpp.
References ndn::RSA.
|
static |
check if size
is valid and supported for this key type.
KeyParams::Error | if the key size is not supported. |
Definition at line 53 of file key-params.cpp.
References ndn::MIN_RSA_KEY_SIZE, and ndn::to_string().
|
static |
Definition at line 61 of file key-params.cpp.
References ndn::DEFAULT_RSA_KEY_SIZE.