EcdsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for ECDSA 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 () |
EcdsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for ECDSA key.
Definition at line 90 of file key-params.hpp.
|
inlinestatic |
Definition at line 94 of file key-params.hpp.
References ndn::EC.
|
static |
check if size is qualified, otherwise return the default key size.
Definition at line 48 of file key-params.cpp.
References ndn::ECDSA_KEY_SIZES, and ndn::RsaKeyParamsInfo::getDefaultSize().
|
static |
Definition at line 60 of file key-params.cpp.