Encoder for DNS DNSKEY (DNS Key) resource records (Type 48).
Holds a public key used for DNSSEC signature verification.
RFC 4034 Section 2
Static
Readonly
IANA resource record type identifier
Decodes a DNSKEY record from the byte stream.
the byte stream reader positioned at the DNSKEY RDATA
the decoded DNSKEY record
Encodes a DNSKEY record into the byte stream.
the byte stream writer to encode into
the DNSKEY record to encode (protocol is always set to 3)
Encoder for DNS DNSKEY (DNS Key) resource records (Type 48).
Holds a public key used for DNSSEC signature verification.
See
RFC 4034 Section 2