# File lib/net/ldap.rb, line 443
    def encryption args
      case args
      when :simple_tls, :start_tls
        args = {:method => args}
      end
      @encryption = args
    end