Uses of Class
net.shibboleth.utilities.java.support.httpclient.TLSSocketFactoryBuilder
-
Packages that use TLSSocketFactoryBuilder Package Description net.shibboleth.utilities.java.support.httpclient Classes for working with Apache HttpClient. -
-
Uses of TLSSocketFactoryBuilder in net.shibboleth.utilities.java.support.httpclient
Methods in net.shibboleth.utilities.java.support.httpclient that return TLSSocketFactoryBuilder Modifier and Type Method Description TLSSocketFactoryBuilderTLSSocketFactoryBuilder. setEnabledCipherSuites(List<String> cipherSuites)Set the list of enabled SSL/TLS cipher suites on sockets produced by the factory.TLSSocketFactoryBuilderTLSSocketFactoryBuilder. setEnabledProtocols(List<String> protocols)Set the list of enabled SSL/TLS protocols on sockets produced by the factory.TLSSocketFactoryBuilderTLSSocketFactoryBuilder. setHostnameVerifier(HostnameVerifier verifier)Set theHostnameVerifierinstance used by the socket factory.TLSSocketFactoryBuilderTLSSocketFactoryBuilder. setKeyManagers(List<KeyManager> managers)Set the list ofKeyManagers used to initialize theSSLContextviaSSLContext.init(KeyManager[], TrustManager[], SecureRandom).TLSSocketFactoryBuilderTLSSocketFactoryBuilder. setSecureRandom(SecureRandom random)Set theSecureRandominstance used to initialize theSSLContextviaSSLContext.init(KeyManager[], TrustManager[], SecureRandom).TLSSocketFactoryBuilderTLSSocketFactoryBuilder. setSSLContextProtocol(String protocol)Set the protocol specifier used when obtaining an instance ofSSLContextviaSSLContext.getInstance(String).TLSSocketFactoryBuilderTLSSocketFactoryBuilder. setSSLContextProvider(String provider)Set the JCA provider name used when obtaining an instance ofSSLContextviaSSLContext.getInstance(String, String).TLSSocketFactoryBuilderTLSSocketFactoryBuilder. setTrustManagers(List<TrustManager> managers)Set the list ofTrustManagers used to initialize theSSLContextviaSSLContext.init(KeyManager[], TrustManager[], SecureRandom).
-