GNUnet 0.21.2
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 578 of file gnunet_tun_lib.h.

Field Documentation

◆ cert_type

uint16_t GNUNET_TUN_DnsCertRecord::cert_type

Certificate type.

Definition at line 583 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 588 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 593 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: