ndn-lite
Data Fields
ndn_ac_state Struct Reference

The structure to implement state storage and management in Access Control. More...

#include <access-control.h>

Collaboration diagram for ndn_ac_state:
Collaboration graph

Data Fields

ndn_name_t self_identity
 The identity of local state manager. More...
 
ndn_ecc_pub_t self_pub_key
 The identity ECC public key. More...
 
ndn_ecc_prv_t self_prv_key
 The identity ECC private key. More...
 
uint32_t eks [NDN_APPSUPPORT_AC_KEY_LIST_SIZE]
 The AES key id list in Encryption Request. More...
 
uint32_t dks [NDN_APPSUPPORT_AC_KEY_LIST_SIZE]
 The AES key id list in Decryption Request. More...
 

Detailed Description

The structure to implement state storage and management in Access Control.

Field Documentation

◆ dks

uint32_t ndn_ac_state::dks[NDN_APPSUPPORT_AC_KEY_LIST_SIZE]

The AES key id list in Decryption Request.

◆ eks

uint32_t ndn_ac_state::eks[NDN_APPSUPPORT_AC_KEY_LIST_SIZE]

The AES key id list in Encryption Request.

◆ self_identity

ndn_name_t ndn_ac_state::self_identity

The identity of local state manager.

◆ self_prv_key

ndn_ecc_prv_t ndn_ac_state::self_prv_key

The identity ECC private key.

◆ self_pub_key

ndn_ecc_pub_t ndn_ac_state::self_pub_key

The identity ECC public key.


The documentation for this struct was generated from the following file: