@gibme/dns
    Preparing search index...

    Class RRSIG

    Encoder for DNS RRSIG (Resource Record Signature) resource records (Type 46).

    Contains a DNSSEC signature covering an RRset.

    RFC 4034 Section 3

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 46

    IANA resource record type identifier

    Methods

    • Decodes an RRSIG record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns RRSIG.Record

      the decoded RRSIG record

    • Encodes an RRSIG record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: RRSIG.Record

        the RRSIG record to encode

      • index: CompressionIndex

        compression index for DNS name compression

      Returns void