Electroneum
ta_key Struct Reference

#include <val_anchor.h>

Collaboration diagram for ta_key:

Public Attributes

struct ta_keynext
 
uint8_tdata
 
size_t len
 
uint16_t type
 

Detailed Description

Trust anchor key

Definition at line 79 of file val_anchor.h.

Member Data Documentation

◆ data

uint8_t* ta_key::data

rdata, in wireformat of the key RR. starts with rdlength.

Definition at line 83 of file val_anchor.h.

◆ len

size_t ta_key::len

length of the rdata (including rdlength).

Definition at line 85 of file val_anchor.h.

◆ next

struct ta_key* ta_key::next

next in list

Definition at line 81 of file val_anchor.h.

◆ type

uint16_t ta_key::type

DNS type (host format) of the key, DS or DNSKEY

Definition at line 87 of file val_anchor.h.


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