GNUnet  0.19.5
GNUNET_TUN_DnsCertRecord Struct Reference

Payload of DNS CERT record. More...

#include <gnunet_tun_lib.h>

Data Fields

uint16_t cert_type
 Certificate type. More...
 
uint16_t cert_tag
 Certificate KeyTag. More...
 
uint8_t algorithm
 Algorithm. More...
 

Detailed Description

Payload of DNS CERT record.

Definition at line 555 of file gnunet_tun_lib.h.

Field Documentation

◆ cert_type

uint16_t GNUNET_TUN_DnsCertRecord::cert_type

Certificate type.

Definition at line 560 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_builder_add_cert(), and GNUNET_DNSPARSER_parse_cert().

◆ cert_tag

uint16_t GNUNET_TUN_DnsCertRecord::cert_tag

Certificate KeyTag.

Definition at line 565 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_builder_add_cert(), and GNUNET_DNSPARSER_parse_cert().

◆ algorithm

uint8_t GNUNET_TUN_DnsCertRecord::algorithm

Algorithm.

Definition at line 570 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_builder_add_cert(), and GNUNET_DNSPARSER_parse_cert().


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