This is supported on crate feature
dnssec
only.Expand description
All record data structures and related serialization methods
Re-exports
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::sig::SIG;
pub use self::tsig::TSIG;
Modules
public key record data for signing zone records
pointer record from parent zone to child zone for dnskey proof
public key record data for signing zone records
NSEC record types
NSEC record types
parameters used for the nsec3 hash method
signature record for signing queries, updates, and responses
TSIG for secret key authentication of transaction
Enums
Record data enum variants for DNSSEC-specific records.
Type Definitions
DNSSECRecordTypeDeprecated
The type of the resource record, for DNSSEC-specific records.