Class SSLContextBuilder

java.lang.Object
org.apache.http.ssl.SSLContextBuilder

public class SSLContextBuilder extends Object
Builder for SSLContext instances.

Please note: the default Oracle JSSE implementation of SSLContext.init(KeyManager[], TrustManager[], SecureRandom) accepts multiple key and trust managers, however only only first matching type is ever used. See for example: SSLContext.html#init

TODO Specify which Oracle JSSE versions the above has been verified.

Since:
4.4