Package org.conscrypt

Class SSLParametersImpl

java.lang.Object
org.conscrypt.SSLParametersImpl
All Implemented Interfaces:
Cloneable

public class SSLParametersImpl
extends Object
implements Cloneable
The instances of this class encapsulate all the info about enabled cipher suites and protocols, as well as the information about client/server mode of ssl socket, whether it require/want client authentication or not, and controls whether new SSL sessions may be established by this socket or not.