![]() |
ndn-lite
|
The structure to implement state storage and management in Access Control. More...
#include <access-control.h>

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... | |
The structure to implement state storage and management in Access Control.
| uint32_t ndn_ac_state::dks[NDN_APPSUPPORT_AC_KEY_LIST_SIZE] |
The AES key id list in Decryption Request.
| uint32_t ndn_ac_state::eks[NDN_APPSUPPORT_AC_KEY_LIST_SIZE] |
The AES key id list in Encryption Request.
| ndn_name_t ndn_ac_state::self_identity |
The identity of local state manager.
| ndn_ecc_prv_t ndn_ac_state::self_prv_key |
The identity ECC private key.
| ndn_ecc_pub_t ndn_ac_state::self_pub_key |
The identity ECC public key.
1.8.15