RFR: 8280494: (D)TLS signature schemes [v2]
Sean Mullan
mullan at openjdk.java.net
Mon Jan 31 22:06:13 UTC 2022
On Sat, 29 Jan 2022 05:26:33 GMT, Xue-Lei Andrew Fan <xuelei at 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
More information about the net-dev
mailing list