ndn-lite
Data Fields
ndn_ac_unfinished_key Struct Reference

The structure to present an unfinished key only used in Access Control EK/DK process. More...

#include <access-control.h>

Collaboration diagram for ndn_ac_unfinished_key:
Collaboration graph

Data Fields

uint32_t key_id
 The key id of unfinished key. More...
 
ndn_ecc_pub_t dh_pub
 The locally generated ECC public key. More...
 
ndn_ecc_prv_t dh_prv
 The locally generated ECC private key. More...
 

Detailed Description

The structure to present an unfinished key only used in Access Control EK/DK process.

Library users should not declare this structure in application.

Field Documentation

◆ dh_prv

ndn_ecc_prv_t ndn_ac_unfinished_key::dh_prv

The locally generated ECC private key.

◆ dh_pub

ndn_ecc_pub_t ndn_ac_unfinished_key::dh_pub

The locally generated ECC public key.

◆ key_id

uint32_t ndn_ac_unfinished_key::key_id

The key id of unfinished key.


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