@gibme/dns
    Preparing search index...

    Class HIP

    Encoder for DNS HIP (Host Identity Protocol) resource records (Type 55).

    Associates a Host Identity Tag with public key and rendezvous servers.

    RFC 8005

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 55

    IANA resource record type identifier

    Methods

    • Decodes a HIP record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns HIP.Record

      the decoded HIP record

    • Encodes a HIP record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: HIP.Record

        the HIP record to encode

      • index: CompressionIndex

        compression index for DNS name compression

      Returns void