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

AesKeyParamsInfo is used to initialize a SimpleSymmetricKeyParams template for AES key. More...

#include <key-params.hpp>

Static Public Member Functions

static KeyType getType ()
 
static uint32_t checkKeySize (uint32_t size)
 check if size is qualified, otherwise return the default key size. More...
 
static uint32_t getDefaultSize ()
 

Detailed Description

AesKeyParamsInfo is used to initialize a SimpleSymmetricKeyParams template for AES key.

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

Member Function Documentation

◆ getType()

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

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

References ndn::AES.

◆ checkKeySize()

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

check if size is qualified, otherwise return the default key size.

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

References ndn::AES_KEY_SIZES, and ndn::RsaKeyParamsInfo::getDefaultSize().

◆ getDefaultSize()

uint32_t ndn::AesKeyParamsInfo::getDefaultSize ( )
static

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


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