Package | Description |
---|---|
javax.net.ssl |
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
SSLEngine s. |
SSLException
Indicates some kind of error detected by an SSL subsystem.
|
SSLServerSocketFactory
SSLServerSocketFactory s create SSLServerSocket s. |
SSLSocketFactory
SSLSocketFactory s create SSLSocket s. |
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.
|