@gibme/dns
    Preparing search index...

    Class KX

    Encoder for DNS KX (Key Exchanger) resource records (Type 36).

    Identifies a key management agent for a domain.

    RFC 2230

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Returns KX

    Properties

    type: number = 36

    IANA resource record type identifier

    Methods

    • Decodes a KX record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns KX.Record

      the decoded KX record

    • Encodes a KX record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: KX.Record

        the KX record to encode

      • index: CompressionIndex

        compression index for DNS name compression

      Returns void