# File lib/Dnsruby/resource/SSHFP.rb, line 72
      def rdata_to_string
        ret = "#{@alg.code} #{@fptype.code} "
        ret += @fp.unpack("H*")[0]
        return ret
      end