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)
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)