Class Summary |
HttpsURLConnection |
HTTP URL connection 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. |
SSLContext |
Instances of this class represent a secure socket protocol
implementation which acts as a factory for secure socket
factories. |
SSLContextSpi |
This class defines the Service Provider Interface (SPI)
for the SSLContext class. |
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. |
Provides classes related to creating and configuring secure socket factories.
These classes are used with the Sun reference implementation of the Java
Secure Socket Extension (JSSE).