@gibme/dns
    Preparing search index...

    Class NSEC3PARAM

    Encoder for DNS NSEC3PARAM (NSEC3 Parameters) resource records (Type 51).

    Specifies parameters for NSEC3 hashing in a zone.

    RFC 5155 Section 4

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 51

    IANA resource record type identifier

    Methods

    • Decodes an NSEC3PARAM record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns NSEC3PARAM.Record

      the decoded NSEC3PARAM record

    • Encodes an NSEC3PARAM record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: NSEC3PARAM.Record

        the NSEC3PARAM record to encode

      Returns void