@gibme/dns
    Preparing search index...

    Class DS

    Encoder for DNS DS (Delegation Signer) resource records (Type 43).

    Links a child zone's DNSKEY to its parent zone for DNSSEC chain of trust.

    RFC 4034 Section 5

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Returns DS

    Properties

    type: number = 43

    IANA resource record type identifier

    Methods

    • Decodes a DS record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader positioned at the DS RDATA

      Returns DS.Record

      the decoded DS record

    • Encodes a DS record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer to encode into

      • data: DS.Record

        the DS record to encode

      Returns void