@gibme/dns
    Preparing search index...

    Class ZONEMD

    Encoder for DNS ZONEMD (Zone Message Digest) resource records (Type 63).

    Provides a cryptographic digest of a DNS zone's contents.

    RFC 8976

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 63

    IANA resource record type identifier

    Methods

    • Decodes a ZONEMD record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns ZONEMD.Record

      the decoded ZONEMD record

    • Encodes a ZONEMD record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: ZONEMD.Record

        the ZONEMD record to encode

      Returns void