wickr-crypto-c
Data Fields
wickr_identity_chain Struct Reference

Represents a root -> node relationship as well as it's signature status. More...

#include <identity.h>

Data Fields

wickr_identity_chain_status status
 
wickr_identity_troot
 
wickr_identity_tnode
 
wickr_buffer_t_status_cache
 

Detailed Description

Represents a root -> node relationship as well as it's signature status.

Wickr Crypto Identity Chain

Field Documentation

◆ _status_cache

wickr_identity_chain::_status_cache

private cache of status information used for performance optimizations

◆ node

wickr_identity_chain::node

an identity of type 'IDENTITY_TYPE_NODE'

◆ root

wickr_identity_chain::root

an identity of type 'IDENTITY_TYPE_ROOT'

◆ status

wickr_identity_chain::status

current status of the signature validity of the chain. It is determined by validating the signature of the node, by using the public 'sig_key' property of the root


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