EcKeyParamInfo is used to instantiate SimplePublicKeyParams for elliptic curve 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 () |
EcKeyParamInfo is used to instantiate SimplePublicKeyParams for elliptic curve keys.
Definition at line 123 of file key-params.hpp.
|
static |
check if size
is valid and supported for this key type.
KeyParams::Error | if the key size is not supported. |
Definition at line 68 of file key-params.cpp.
|
static |
Definition at line 78 of file key-params.cpp.
|
inlinestatic |
Definition at line 127 of file key-params.hpp.