> On Jun 11, 2018, at 10:32 PM, Xuelei Fan <xuelei....@oracle.com> wrote:
> 
>> The protocols (for example, SSLParameters::getProtocols) are now from new to 
>> old, which is opposite from the previous order. Why make this change?

You didn't answer this.

>>   41  * Instances of this class are immutable after the context is 
>> initialized.
>> You mean instances of child of this class? It looks like this class itself 
>> can be init() multiple times.
> Good catch!  It it used to remind the implementation of this class. Reword to:
> Implementation note: Instances of this class and the child classes are 
> immutable, except that the context initialization (SSLContext.init()) may 
> reset the key, trust managers and source of secure random.

Maybe we can use a separate class to manage protocol/ciphersuite, and it can be 
real immutable.

--Max

Reply via email to