trust_dns_proto::rr::dnssec

Module rdata

Source
Available on crate feature dnssec only.
Expand description

All record data structures and related serialization methods

Re-exports§

pub use self::cdnskey::CDNSKEY;
pub use self::cds::CDS;
pub use self::dnskey::DNSKEY;
pub use self::ds::DS;
pub use self::key::KEY;
pub use self::nsec::NSEC;
pub use self::nsec3::NSEC3;
pub use self::nsec3param::NSEC3PARAM;
pub use self::rrsig::RRSIG;
pub use self::sig::SIG;
pub use self::tsig::TSIG;

Modules§

cdnskey
CDNSKEY type and related implementations
cds
CDS type and related implementations
dnskey
public key record data for signing zone records
ds
pointer record from parent zone to child zone for dnskey proof
key
public key record data for signing zone records
nsec
NSEC record types
nsec3
NSEC record types
nsec3param
parameters used for the nsec3 hash method
rrsig
RRSIG type and related implementations
sig
signature record for signing queries, updates, and responses
tsig
TSIG for secret key authentication of transaction

Enums§

DNSSECRData
Record data enum variants for DNSSEC-specific records.

Type Aliases§

DNSSECRecordTypeDeprecated
The type of the resource record, for DNSSEC-specific records.