On Sat, 29 Jan 2022 05:26:33 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:

>> src/java.base/share/classes/javax/net/ssl/SSLParameters.java line 94:
>> 
>>> 92: 
>>> 93:     /**
>>> 94:      * Constructs SSLParameters.
>> 
>> Would it be useful to add another ctor that takes a signature schemes array 
>> parameter?
>
> As there is increasing number of SSL parameters, applications may just use 
> the constructor with no argument, and use the set methods individually.

Ok. You should specify what the default value of the signature schemes 
parameter is for this constructor as it does for the other parameters.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7252

Reply via email to