# File ../../auditor/lib/kasp_auditor/partial_auditor.rb, line 984
    def get_hashed_owner_name(name)
      hash = RR::NSEC3.calculate_hash(name, @config.denial.nsec3.hash.iterations,
        RR::NSEC3.decode_salt(@config.denial.nsec3.hash.salt),
        Nsec3HashAlgorithms.new(@config.denial.nsec3.hash.algorithm)) + ".#{@config.name.to_s.downcase}."
      return hash
    end