@gibme/dns
    Preparing search index...

    Class CDNSKEY

    Encoder for DNS CDNSKEY (Child DNSKEY) resource records (Type 60).

    Contains a child zone's DNSKEY for parent validation during key rollovers.

    RFC 7344 Section 3.2

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 60

    IANA resource record type identifier

    Methods

    • Decodes a CDNSKEY record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns DNSKEY.Record

      the decoded CDNSKEY record

    • Encodes a CDNSKEY record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: Omit<CDNSKEY.Record, "protocol">

        the CDNSKEY record to encode

      Returns void