Uses of Class
javax.net.ssl.SSLSocketFactory
Package
Description
Provides support for LDAPv3 extended operations and controls.
Provides classes for the secure socket package.
-
Uses of SSLSocketFactory in javax.naming.ldap
Modifier and TypeMethodDescriptionabstract SSLSession
StartTlsResponse.negotiate
(SSLSocketFactory factory) Negotiates a TLS session using an SSL socket factory. -
Uses of SSLSocketFactory in javax.net.ssl
Modifier and TypeMethodDescriptionprotected abstract SSLSocketFactory
SSLContextSpi.engineGetSocketFactory()
Returns aSocketFactory
object for this context.static SSLSocketFactory
HttpsURLConnection.getDefaultSSLSocketFactory()
Gets the default staticSSLSocketFactory
that is inherited by new instances of this class.final SSLSocketFactory
SSLContext.getSocketFactory()
Returns aSocketFactory
object for this context.HttpsURLConnection.getSSLSocketFactory()
Gets the SSL socket factory to be used when creating sockets for secure https URL connections.Modifier and TypeMethodDescriptionstatic void
HttpsURLConnection.setDefaultSSLSocketFactory
(SSLSocketFactory sf) Sets the defaultSSLSocketFactory
inherited by new instances of this class.void
HttpsURLConnection.setSSLSocketFactory
(SSLSocketFactory sf) Sets theSSLSocketFactory
to be used when this instance creates sockets for secure https URL connections.