Uses of Class
org.apache.http.ssl.SSLContextBuilder
Packages that use SSLContextBuilder
Package
Description
Utility classes for trust and key material management
and TLS/SSL context initialization.
-
Uses of SSLContextBuilder in org.apache.http.ssl
Methods in org.apache.http.ssl that return SSLContextBuilderModifier and TypeMethodDescriptionstatic SSLContextBuilderSSLContextBuilder.create()static SSLContextBuilderSSLContexts.custom()Creates custom SSL context.SSLContextBuilder.loadKeyMaterial(File file, char[] storePassword, char[] keyPassword) SSLContextBuilder.loadKeyMaterial(File file, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy) SSLContextBuilder.loadKeyMaterial(URL url, char[] storePassword, char[] keyPassword) SSLContextBuilder.loadKeyMaterial(URL url, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy) SSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword) SSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy) SSLContextBuilder.loadTrustMaterial(File file) SSLContextBuilder.loadTrustMaterial(File file, char[] storePassword) SSLContextBuilder.loadTrustMaterial(File file, char[] storePassword, TrustStrategy trustStrategy) SSLContextBuilder.loadTrustMaterial(URL url, char[] storePassword) SSLContextBuilder.loadTrustMaterial(URL url, char[] storePassword, TrustStrategy trustStrategy) SSLContextBuilder.loadTrustMaterial(KeyStore truststore, TrustStrategy trustStrategy) SSLContextBuilder.loadTrustMaterial(TrustStrategy trustStrategy) SSLContextBuilder.setKeyManagerFactoryAlgorithm(String keyManagerFactoryAlgorithm) Sets the key manager factory algorithm name.SSLContextBuilder.setKeyStoreType(String keyStoreType) Sets the key store type.SSLContextBuilder.setProtocol(String protocol) Sets the SSLContext protocol algorithm name.SSLContextBuilder.setProvider(String name) SSLContextBuilder.setProvider(Provider provider) SSLContextBuilder.setSecureRandom(SecureRandom secureRandom) SSLContextBuilder.setTrustManagerFactoryAlgorithm(String trustManagerFactoryAlgorithm) Sets the trust manager factory algorithm name.SSLContextBuilder.useProtocol(String protocol) Deprecated.
setProtocol(String).