Uses of Package
javax.net.ssl
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal | |
| com.squareup.okhttp.internal.http | |
| com.squareup.okhttp.internal.tls | |
| java.net | |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
| org.apache.http.impl.conn | |
| org.conscrypt |
-
Classes in javax.net.ssl used by com.squareup.okhttp Class Description HostnameVerifier The interface to be used to provide hostname verification functionality.SSLSocketFactory The abstract factory implementation to createSSLSockets. -
Classes in javax.net.ssl used by com.squareup.okhttp.internal Class Description SSLSocket The extension ofSocketproviding secure protocols like SSL (Secure Sockets Layer) or TLS (Transport Layer Security). -
Classes in javax.net.ssl used by com.squareup.okhttp.internal.http Class Description HostnameVerifier The interface to be used to provide hostname verification functionality.HttpsURLConnection AnHttpURLConnectionfor HTTPS (RFC 2818).SSLPeerUnverifiedException The exception that is thrown when the identity of a peer has not been verified.SSLSocket The extension ofSocketproviding secure protocols like SSL (Secure Sockets Layer) or TLS (Transport Layer Security).SSLSocketFactory The abstract factory implementation to createSSLSockets. -
Classes in javax.net.ssl used by com.squareup.okhttp.internal.tls Class Description HostnameVerifier The interface to be used to provide hostname verification functionality.SSLSession The interface representing an SSL session. -
Classes in javax.net.ssl used by java.net Class Description SSLPeerUnverifiedException The exception that is thrown when the identity of a peer has not been verified. -
Classes in javax.net.ssl used by javax.net.ssl Class Description HandshakeCompletedEvent The event object encapsulating the information about a completed SSL handshake on a SSL connection.HandshakeCompletedListener The listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection.HostnameVerifier The interface to be used to provide hostname verification functionality.KeyManager This is the interface to implement in order to mark a class as a JSSE key managers so that key managers can be easily grouped.KeyManagerFactory The public API forKeyManagerFactoryimplementations.KeyManagerFactorySpi The Service Provider Interface (SPI) for theKeyManagerFactoryclass.ManagerFactoryParameters The marker interface for key manager factory parameters.SSLContext The public API for secure socket protocol implementations.SSLContextSpi The Service Provider Interface (SPI) for theSSLContextclass.SSLEngine The abstract implementation of secure communications using SSL, TLS, or other protocols.SSLEngineResult The result object describing the state of theSSLEngineproduced by thewrap()andunwrap()operations.SSLEngineResult.HandshakeStatus Theenumdescribing the state of the current handshake.SSLEngineResult.Status Theenumdescribing the result of theSSLEngineoperation.SSLException The base class for all SSL related exceptions.SSLParameters SSL handshake parameters that include protocols, cipher suites, and client authentication requirements.SSLPeerUnverifiedException The exception that is thrown when the identity of a peer has not been verified.SSLServerSocketFactory The factory for SSL server sockets.SSLSession The interface representing an SSL session.SSLSessionBindingEvent The event sent to anSSLSessionBindingListenerwhen the listener object is bound (SSLSession.putValue(String, Object)) or unbound (SSLSession.removeValue(String)) to anSSLSession.SSLSessionContext A collection ofSSLSessions.SSLSocket The extension ofSocketproviding secure protocols like SSL (Secure Sockets Layer) or TLS (Transport Layer Security).SSLSocketFactory The abstract factory implementation to createSSLSockets.TrustManager The marker interface for JSSE trust managers.TrustManagerFactory The factory forTrustManagers based onKeyStoreor provider specific implementation.TrustManagerFactorySpi The Service Provider Interface (SPI) for theTrustManagerFactoryclass.X509KeyManager A Key Manager for X509 certificate-based key pairs. -
Classes in javax.net.ssl used by org.apache.http.conn Class Description SSLSession The interface representing an SSL session. -
Classes in javax.net.ssl used by org.apache.http.conn.ssl Class Description HostnameVerifier The interface to be used to provide hostname verification functionality.SSLException The base class for all SSL related exceptions.SSLSession The interface representing an SSL session.SSLSocket The extension ofSocketproviding secure protocols like SSL (Secure Sockets Layer) or TLS (Transport Layer Security).SSLSocketFactory The abstract factory implementation to createSSLSockets. -
Classes in javax.net.ssl used by org.apache.http.impl.conn Class Description SSLSession The interface representing an SSL session. -
Classes in javax.net.ssl used by org.conscrypt Class Description HandshakeCompletedListener The listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection.KeyManager This is the interface to implement in order to mark a class as a JSSE key managers so that key managers can be easily grouped.KeyManagerFactorySpi The Service Provider Interface (SPI) for theKeyManagerFactoryclass.ManagerFactoryParameters The marker interface for key manager factory parameters.SSLContextSpi The Service Provider Interface (SPI) for theSSLContextclass.SSLEngine The abstract implementation of secure communications using SSL, TLS, or other protocols.SSLEngineResult The result object describing the state of theSSLEngineproduced by thewrap()andunwrap()operations.SSLEngineResult.HandshakeStatus Theenumdescribing the state of the current handshake.SSLException The base class for all SSL related exceptions.SSLPeerUnverifiedException The exception that is thrown when the identity of a peer has not been verified.SSLServerSocket The extension ofServerSocketwhich provides secure server sockets based on protocols like SSL, TLS, or others.SSLServerSocketFactory The factory for SSL server sockets.SSLSession The interface representing an SSL session.SSLSessionContext A collection ofSSLSessions.SSLSocket The extension ofSocketproviding secure protocols like SSL (Secure Sockets Layer) or TLS (Transport Layer Security).SSLSocketFactory The abstract factory implementation to createSSLSockets.TrustManager The marker interface for JSSE trust managers.TrustManagerFactorySpi The Service Provider Interface (SPI) for theTrustManagerFactoryclass.X509ExtendedKeyManager The abstract extension for theX509KeyManagerinterface.X509KeyManager A Key Manager for X509 certificate-based key pairs.X509TrustManager The trust manager for X509 certificates to be used to perform authentication for secure sockets.