@gibme/dns
    Preparing search index...

    Class TLSA

    Encoder for DNS TLSA (Transport Layer Security Authentication) resource records (Type 52).

    Associates TLS certificates with domain names for DANE.

    RFC 6698

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 52

    IANA resource record type identifier

    Methods

    • Decodes a TLSA record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns TLSA.Record

      the decoded TLSA record

    • Encodes a TLSA record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: TLSA.Record

        the TLSA record to encode

      Returns void