NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::detail::AesKeyParamsInfo Class Reference

AesKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for AES keys. More...

#include <key-params.hpp>

Static Public Member Functions

static constexpr KeyType getType ()
 
static uint32_t checkKeySize (uint32_t size)
 check if size is valid and supported for this key type. More...
 
static uint32_t getDefaultSize ()
 

Detailed Description

AesKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for AES keys.

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

Member Function Documentation

◆ getType()

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

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

References ndn::AES, and nonstd::span_lite::size().

◆ checkKeySize()

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

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

Exceptions
KeyParams::Errorif the key size is not supported.

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

References ndn::detail::AES_KEY_SIZES, NDN_THROW, nonstd::span_lite::size(), and ndn::to_string().

◆ getDefaultSize()

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

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

References ndn::detail::DEFAULT_AES_KEY_SIZE.


The documentation for this class was generated from the following files: