ndn::detail::AesKeyParamsInfo Class Reference

AesKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for AES 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 ()
 

Detailed Description

AesKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for AES keys.

Definition at line 208 of file key-params.hpp.

Member Function Documentation

uint32_t ndn::detail::AesKeyParamsInfo::checkKeySize ( uint32_t  size)
static

check if size is valid and supported for this key type.

Returns
KeyParams::Error if the key size is not supported.

Definition at line 83 of file key-params.cpp.

uint32_t ndn::detail::AesKeyParamsInfo::getDefaultSize ( )
static

Definition at line 93 of file key-params.cpp.

static constexpr KeyType ndn::detail::AesKeyParamsInfo::getType ( )
inlinestatic

Definition at line 212 of file key-params.hpp.