| Package | Description |
|---|---|
| javax.net.ssl |
Contains classes for ssl management.
|
| Class and Description |
|---|
| KeyManager
This is the base interface for JSSE key managers.
|
| KeyManagerFactory
This class acts as a factory for key managers based on a source of key material.
|
| SSLContext
Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket
factories or
SSLEngines. |
| SSLException
Indicates some kind of error detected by an SSL subsystem.
|
SSLServerSocketFactory
SSLServerSocketFactorys create SSLServerSockets. |
SSLSocketFactory
SSLSocketFactorys create SSLSockets. |
| TrustManager
This is the base interface for JSSE trust managers.
|
| TrustManagerFactory
This class acts as a factory for trust managers based on a source of trust material.
|