![]() |
ndn-lite
|
The structure to present an unfinished key only used in Access Control EK/DK process. More...
#include <access-control.h>
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... | |
The structure to present an unfinished key only used in Access Control EK/DK process.
Library users should not declare this structure in application.
ndn_ecc_prv_t ndn_ac_unfinished_key::dh_prv |
The locally generated ECC private key.
ndn_ecc_pub_t ndn_ac_unfinished_key::dh_pub |
The locally generated ECC public key.
uint32_t ndn_ac_unfinished_key::key_id |
The key id of unfinished key.