@gibme/dns
    Preparing search index...

    Class CDS

    Encoder for DNS CDS (Child DS) resource records (Type 59).

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

    RFC 7344 Section 3.1

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 59

    IANA resource record type identifier

    Methods

    • Decodes a CDS record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns DS.Record

      the decoded CDS record

    • Encodes a CDS record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • record: DS.Record

        the CDS record to encode

      Returns void