|
Electroneum
|
#include <val_anchor.h>

Public Attributes | |
| struct ta_key * | next |
| uint8_t * | data |
| size_t | len |
| uint16_t | type |
Trust anchor key
Definition at line 79 of file val_anchor.h.
| uint8_t* ta_key::data |
rdata, in wireformat of the key RR. starts with rdlength.
Definition at line 83 of file val_anchor.h.
| size_t ta_key::len |
length of the rdata (including rdlength).
Definition at line 85 of file val_anchor.h.
| struct ta_key* ta_key::next |
next in list
Definition at line 81 of file val_anchor.h.
| uint16_t ta_key::type |
DNS type (host format) of the key, DS or DNSKEY
Definition at line 87 of file val_anchor.h.