Module hickory_proto::rr::dnssec::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 type and related implementations
- CDS type and related implementations
- 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
- RRSIG type and related implementations
- 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 Aliases§
- DNSSECRecordTypeDeprecatedThe type of the resource record, for DNSSEC-specific records.