@gibme/dns
    Preparing search index...

    Class SSHFP

    Encoder for DNS SSHFP (SSH Fingerprint) resource records (Type 44).

    Publishes SSH host key fingerprints in DNS for verification.

    RFC 4255

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 44

    IANA resource record type identifier

    Methods

    • Decodes an SSHFP record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns SSHFP.Record

      the decoded SSHFP record

    • Encodes an SSHFP record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: SSHFP.Record

        the SSHFP record to encode

      Returns void