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