-
Interface Summary Interface Description HandshakeCompletedListener 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.HostnameVerifier This class is the base interface for hostname verification.KeyManager This is the base interface for JSSE key managers.ManagerFactoryParameters This class is the base interface for providing algorithm-specific information to a KeyManagerFactory or TrustManagerFactory.SSLSession In SSL, sessions are used to describe an ongoing relationship between two entities.SSLSessionBindingListener This interface is implemented by objects which want to know when they are being bound or unbound from a SSLSession.SSLSessionContext ASSLSessionContext
represents a set ofSSLSession
s associated with a single entity.TrustManager This is the base interface for JSSE trust managers.X509KeyManager Instances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secure socket.X509TrustManager Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket. -
Class Summary Class Description CertPathTrustManagerParameters A wrapper for CertPathParameters.ExtendedSSLSession Extends theSSLSession
interface to support additional session attributes.HandshakeCompletedEvent This event indicates that an SSL handshake completed on a given SSL connection.HttpsURLConnection HttpsURLConnection
extendsHttpURLConnection
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 theKeyManagerFactory
class.KeyStoreBuilderParameters A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.SSLContext Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories orSSLEngine
s.SSLContextSpi This class defines the Service Provider Interface (SPI) for theSSLContext
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 connection.SSLPermission This class is for various network permissions.SSLServerSocket This class extendsServerSocket
s and provides secure server sockets using protocols such as the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.SSLServerSocketFactory SSLServerSocketFactory
s createSSLServerSocket
s.SSLSessionBindingEvent This event is propagated to a SSLSessionBindingListener.SSLSocket This class extendsSocket
s and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.SSLSocketFactory SSLSocketFactory
s createSSLSocket
s.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 theTrustManagerFactory
class.X509ExtendedKeyManager Abstract class that provides for extension of the X509KeyManager interface.X509ExtendedTrustManager Extensions to theX509TrustManager
interface to support SSL/TLS connection sensitive trust management. -
Enum Summary Enum Description SSLEngineResult.HandshakeStatus AnSSLEngineResult
enum describing the current handshaking state of thisSSLEngine
.SSLEngineResult.Status AnSSLEngineResult
enum describing the overall result of theSSLEngine
operation. -
Exception Summary Exception Description SSLException Indicates some kind of error detected by an SSL subsystem.SSLHandshakeException Indicates that the client and server could not negotiate the desired level of security.SSLKeyException Reports a bad SSL key.SSLPeerUnverifiedException Indicates that the peer's identity has not been verified.SSLProtocolException Reports an error in the operation of the SSL protocol.
Package javax.net.ssl Description
Package Specification
- Since:
- 1.4
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 09:28:48 Cette version de la page est en cache (à la date du 05/11/2024 09:28:48) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/net/ssl/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.