AesKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for AES keys. More...
#include <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 () |
AesKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for AES keys.
Definition at line 212 of file key-params.hpp.
|
static |
check if size
is valid and supported for this key type.
Definition at line 81 of file key-params.cpp.
|
static |
Definition at line 91 of file key-params.cpp.
|
inlinestatic |
Definition at line 216 of file key-params.hpp.