Public Attributes | List of all members
ndn_KeyLocator Struct Reference

An ndn_KeyLocator holds the type of key locator and related data. More...

#include <key-types.h>

Inheritance diagram for ndn_KeyLocator:
ndn::KeyLocatorLite

Public Attributes

ndn_KeyLocatorType type
 -1 for none
 
struct ndn_Blob keyData
 A Blob whose value is a pointer to a pre-allocated buffer for the key data as follows: If type is ndn_KeyLocatorType_KEY_LOCATOR_DIGEST, the digest data.
 
struct ndn_Name keyName
 The key name (only used if type is ndn_KeyLocatorType_KEYNAME.)
 

Detailed Description

An ndn_KeyLocator holds the type of key locator and related data.


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