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