@gibme/dns
    Preparing search index...

    Class CAA

    Encoder for DNS CAA (Certification Authority Authorization) resource records (Type 257).

    Specifies which certificate authorities are authorized to issue certificates for a domain.

    RFC 8659

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    ISSUER_CRITICAL: number = ...
    type: number = 257

    IANA resource record type identifier

    Methods

    • Decodes a CAA record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns CAA.Record

      the decoded CAA record

    • Encodes a CAA record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: CAA.Record

        the CAA record to encode

      Returns void