@gibme/dns
    Preparing search index...

    Class CERT

    Encoder for DNS CERT (Certificate) resource records (Type 37).

    Stores certificates and related revocation lists in DNS.

    RFC 4398

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 37

    IANA resource record type identifier

    Methods

    • Decodes a CERT record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns CERT.Record

      the decoded CERT record

    • Encodes a CERT record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: CERT.Record

        the CERT record to encode

      Returns void