javax.net.ssl (Java SE 9 & JDK 9 ) (original) (raw)

CertPathTrustManagerParameters

A wrapper for CertPathParameters.

ExtendedSSLSession

Extends the SSLSession interface to support additional session attributes.

HandshakeCompletedEvent

This event indicates that an SSL handshake completed on a given SSL connection.

HttpsURLConnection

HttpsURLConnection extends HttpURLConnection with support for https-specific features.

KeyManagerFactory

This class acts as a factory for key managers based on a source of key material.

KeyManagerFactorySpi

This class defines the Service Provider Interface (SPI) for the KeyManagerFactory class.

KeyStoreBuilderParameters

A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.

SNIHostName

Instances of this class represent a server name of typehost_name in a Server Name Indication (SNI) extension.

SNIMatcher

Instances of this class represent a matcher that performs match operations on an SNIServerName instance.

SNIServerName

Instances of this class represent a server name in a Server Name Indication (SNI) extension.

SSLContext

Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or SSLEngines.

SSLContextSpi

This class defines the Service Provider Interface (SPI) for the SSLContext class.

SSLEngine

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.

SSLEngineResult

An encapsulation of the result state produced bySSLEngine I/O calls.

SSLParameters

Encapsulates parameters for an SSL/TLS/DTLS connection.

SSLPermission

This class is for various network permissions.

SSLServerSocket

This class extends ServerSockets and provides secure server sockets using protocols such as the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.

SSLServerSocketFactory

SSLServerSocketFactorys createSSLServerSockets.

SSLSessionBindingEvent

This event is propagated to a SSLSessionBindingListener.

SSLSocket

This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.

SSLSocketFactory

SSLSocketFactorys create SSLSockets.

StandardConstants

Standard constants definitions

TrustManagerFactory

This class acts as a factory for trust managers based on a source of trust material.

TrustManagerFactorySpi

This class defines the Service Provider Interface (SPI) for the TrustManagerFactory class.

X509ExtendedKeyManager

Abstract class that provides for extension of the X509KeyManager interface.

X509ExtendedTrustManager

Extensions to the X509TrustManager interface to support SSL/TLS/DTLS connection sensitive trust management.