SSLParameters.this

Constructs SSLParameters from the specified array of ciphersuites. <p> Calling this constructor is equivalent to calling the no-args constructor followed by <code>setCipherSuites(cipherSuites);</code>.

@param cipherSuites the array of ciphersuites (or null)

  1. this()
  2. this(string[] cipherSuites)
    class SSLParameters
    this
    (
    string[] cipherSuites
    )
  3. this(string[] cipherSuites, string[] protocols)

Meta