Uses of Package
javax.net.ssl

Packages that use javax.net.ssl
Package
Description
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers.
Provides the classes for implementing networking applications.
HTTP Client and WebSocket APIs
Provides support for LDAPv3 extended operations and controls.
Provides classes for the secure socket package.
Provides implementations of RMIClientSocketFactory and RMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
  • Class
    Description
    Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or SSLEngines.
    Encapsulates parameters for an SSL/TLS/DTLS connection.
    In SSL, sessions are used to describe an ongoing relationship between two entities.
  • Classes in javax.net.ssl used by java.net
    Class
    Description
    Indicates that the peer's identity has not been verified.
    In SSL, sessions are used to describe an ongoing relationship between two entities.
  • Classes in javax.net.ssl used by java.net.http
    Class
    Description
    Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or SSLEngines.
    Encapsulates parameters for an SSL/TLS/DTLS connection.
    In SSL, sessions are used to describe an ongoing relationship between two entities.
  • Classes in javax.net.ssl used by javax.naming.ldap
    Class
    Description
    This class is the base interface for hostname verification.
    In SSL, sessions are used to describe an ongoing relationship between two entities.
    SSLSocketFactorys create SSLSockets.
  • Classes in javax.net.ssl used by javax.net.ssl
    Class
    Description
    This event indicates that an SSL handshake completed on a given SSL connection.
    This interface is implemented by any class which wants to receive notifications about the completion of an SSL protocol handshake on a given SSL connection.
    This class is the base interface for hostname verification.
    This is the base interface for JSSE key managers.
    This class acts as a factory for key managers based on a source of key material.
    This class defines the Service Provider Interface (SPI) for the KeyManagerFactory class.
    This class is the base interface for providing algorithm-specific information to a KeyManagerFactory or TrustManagerFactory.
    Instances of this class represent a matcher that performs match operations on an SNIServerName instance.
    Instances of this class represent a server name in a Server Name Indication (SNI) extension.
    Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or SSLEngines.
    This class defines the Service Provider Interface (SPI) for the SSLContext class.
    A class which enables secure communications using protocols such as the Secure Sockets Layer (SSL) or IETF RFC 2246 "Transport Layer Security" (TLS) protocols, but is transport independent.
    An encapsulation of the result state produced by SSLEngine I/O calls.
    An SSLEngineResult enum describing the current handshaking state of this SSLEngine.
    An SSLEngineResult enum describing the overall result of the SSLEngine operation.
    Indicates some kind of error detected by an SSL subsystem.
    Encapsulates parameters for an SSL/TLS/DTLS connection.
    Indicates that the peer's identity has not been verified.
    SSLServerSocketFactorys create SSLServerSockets.
    In SSL, sessions are used to describe an ongoing relationship between two entities.
    This event is propagated to a SSLSessionBindingListener.
    A SSLSessionContext represents a set of SSLSessions associated with a single entity.
    This class extends Socket and provides secure sockets using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
    SSLSocketFactorys create SSLSockets.
    This is the base interface for JSSE trust managers.
    This class acts as a factory for trust managers based on a source of trust material.
    This class defines the Service Provider Interface (SPI) for the TrustManagerFactory class.
    Instances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secure socket.
    Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket.
  • Classes in javax.net.ssl used by javax.rmi.ssl
    Class
    Description
    Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or SSLEngines.