HmacKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for HMAC 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 () |
HmacKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for HMAC keys.
Definition at line 230 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 101 of file key-params.cpp.
|
static |
Definition at line 109 of file key-params.cpp.
|
inlinestaticconstexpr |
Definition at line 234 of file key-params.hpp.