Javax.Net.Ssl Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This package provides classes and interfaces needed to use the Secure Sockets Layer (SSL) protocol and the successor Transport Layer Security (TLS) protocol.
Classes
CertPathTrustManagerParameters |
A wrapper for CertPathParameters. |
ExtendedSSLSession |
Extends the |
HandshakeCompletedEvent |
This event indicates that an SSL handshake completed on a given SSL connection. |
HttpsURLConnection |
|
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 (<b>SPI</b>)
for the |
KeyStoreBuilderParameters |
A parameters object for X509KeyManagers that encapsulates a List of KeyStore. |
SNIHostName |
Instances of this class represent a server name of type
|
SNIMatcher |
Instances of this class represent a matcher that performs match
operations on an |
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 |
SSLContextSpi |
This class defines the Service Provider Interface (<b>SPI</b>)
for the |
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 by
|
SSLEngineResult.HandshakeStatus |
An |
SSLEngineResult.Status |
An |
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. |
SSLParameters |
Encapsulates parameters for an SSL/TLS connection. |
SSLPeerUnverifiedException |
Indicates that the peer's identity has not been verified. |
SSLPermission |
Legacy security code; do not use. |
SSLProtocolException |
Reports an error in the operation of the SSL protocol. |
SSLServerSocket |
This class extends |
SSLServerSocketFactory |
|
SSLSessionBindingEvent |
This event is propagated to a SSLSessionBindingListener. |
SSLSocket |
This class extends |
SSLSocketFactory |
|
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 (<b>SPI</b>)
for the |
X509ExtendedKeyManager |
Abstract class that provides for extension of the X509KeyManager interface. |
X509ExtendedTrustManager |
Extensions to the |
Interfaces
IHandshakeCompletedListener |
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. |
IHostnameVerifier |
This class is the base interface for hostname verification. |
IKeyManager |
This is the base interface for JSSE key managers. |
IManagerFactoryParameters |
This class is the base interface for providing algorithm-specific information to a KeyManagerFactory or TrustManagerFactory. |
ISSLSession |
In SSL, sessions are used to describe an ongoing relationship between two entities. |
ISSLSessionBindingListener |
This interface is implemented by objects which want to know when they are being bound or unbound from a SSLSession. |
ISSLSessionContext |
A |
ITrustManager |
This is the base interface for JSSE trust managers. |
IX509KeyManager |
Instances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secure socket. |
IX509TrustManager |
Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket. |