@gibme/dns
    Preparing search index...

    Class SMIMEA

    Encoder for DNS SMIMEA (S/MIME Certificate Association) resource records (Type 53).

    Associates S/MIME certificates with email addresses via DNS.

    RFC 8162

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 53

    IANA resource record type identifier

    Methods

    • Decodes an SMIMEA record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns SMIMEA.Record

      the decoded SMIMEA record

    • Encodes an SMIMEA record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: SMIMEA.Record

        the SMIMEA record to encode

      Returns void