Class javax.net.ssl.SSLParameters

Added Methods
AlgorithmConstraints getAlgorithmConstraints()  
String getEndpointIdentificationAlgorithm()  
Collection<SNIMatcher> getSNIMatchers()  
List<SNIServerName> getServerNames()  
boolean getUseCipherSuitesOrder()  
void setAlgorithmConstraints(AlgorithmConstraints)  
void setEndpointIdentificationAlgorithm(String)  
void setSNIMatchers(Collection<SNIMatcher>)  
void setServerNames(List<SNIServerName>)  
void setUseCipherSuitesOrder(boolean)