Package org.apache.http.conn.ssl
Class SSLContextBuilder
java.lang.Object
org.apache.http.conn.ssl.SSLContextBuilder
Deprecated.
Builder for
SSLContext instances.- Since:
- 4.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classDeprecated.(package private) static classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set<KeyManager>Deprecated.private StringDeprecated.private SecureRandomDeprecated.(package private) static final StringDeprecated.(package private) static final StringDeprecated.private final Set<TrustManager>Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.loadKeyMaterial(KeyStore keystore, char[] keyPassword) Deprecated.loadKeyMaterial(KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy) Deprecated.loadTrustMaterial(KeyStore truststore) Deprecated.loadTrustMaterial(KeyStore truststore, TrustStrategy trustStrategy) Deprecated.setSecureRandom(SecureRandom secureRandom) Deprecated.useProtocol(String protocol) Deprecated.useSSL()Deprecated.useTLS()Deprecated.
-
Field Details
-
TLS
Deprecated.- See Also:
-
SSL
Deprecated.- See Also:
-
protocol
Deprecated. -
keymanagers
Deprecated. -
trustmanagers
Deprecated. -
secureRandom
Deprecated.
-
-
Constructor Details
-
SSLContextBuilder
public SSLContextBuilder()Deprecated.
-
-
Method Details
-
useTLS
Deprecated. -
useSSL
Deprecated. -
useProtocol
Deprecated. -
setSecureRandom
Deprecated. -
loadTrustMaterial
public SSLContextBuilder loadTrustMaterial(KeyStore truststore, TrustStrategy trustStrategy) throws NoSuchAlgorithmException, KeyStoreException Deprecated. -
loadTrustMaterial
public SSLContextBuilder loadTrustMaterial(KeyStore truststore) throws NoSuchAlgorithmException, KeyStoreException Deprecated. -
loadKeyMaterial
public SSLContextBuilder loadKeyMaterial(KeyStore keystore, char[] keyPassword) throws NoSuchAlgorithmException, KeyStoreException, UnrecoverableKeyException Deprecated. -
loadKeyMaterial
public SSLContextBuilder loadKeyMaterial(KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy) throws NoSuchAlgorithmException, KeyStoreException, UnrecoverableKeyException Deprecated. -
build
Deprecated.
-
SSLContextBuilder.