# File lib/Dnsruby/resource/TKEY.rb, line 112
      def from_hash(hash)
        super(hash)
        if (algorithm)
        @algorithm = Name.create(hash[:algorithm])
        end
      end