@gibme/dns
    Preparing search index...

    Class NSEC3

    Encoder for DNS NSEC3 (Next Secure v3) resource records (Type 50).

    Provides hashed authenticated denial of existence for DNSSEC.

    RFC 5155

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 50

    IANA resource record type identifier

    Methods

    • Decodes an NSEC3 record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns NSEC3.Record

      the decoded NSEC3 record

    • Encodes an NSEC3 record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: NSEC3.Record

        the NSEC3 record to encode

      Returns void