HttpClientBuilder
.@ThreadSafe @Deprecated public final class SchemeRegistryFactory extends java.lang.Object
Constructor and Description |
---|
SchemeRegistryFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SchemeRegistry |
createDefault()
Deprecated.
Initializes default scheme registry based on JSSE defaults.
|
static SchemeRegistry |
createSystemDefault()
Deprecated.
Initializes default scheme registry using system properties as described in
"JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform
Standard Edition 5
The following system properties are taken into account by this method:
ssl.TrustManagerFactory.algorithm
javax.net.ssl.trustStoreType
javax.net.ssl.trustStore
javax.net.ssl.trustStoreProvider
javax.net.ssl.trustStorePassword
java.home
ssl.KeyManagerFactory.algorithm
javax.net.ssl.keyStoreType
javax.net.ssl.keyStore
javax.net.ssl.keyStoreProvider
javax.net.ssl.keyStorePassword
|
public static SchemeRegistry createDefault()
public static SchemeRegistry createSystemDefault()
The following system properties are taken into account by this method: