December 2002
Intermediate to advanced
1050 pages
24h 49m
English
The JSSE package contains the classes and interfaces that implement SSL with Java. This package was not intended to replace the Java socket implementation, but instead was designed to augment the package. The primary classes in the JSSE package are listed in Table 10-1.
| Class/Interface | Description |
|---|---|
| SSLContext | Represents the SSL implementation and acts as a factory for secure sockets. |
| KeyManager | Manages the key material used to authenticate the SSL socket. |
| TrustManager | Manages the trust material used when making trust decisions. |
| KeyManagerFactory | Acts as a factory class for the KeyManager class. |
| TrustManagerFactory | Acts as a factory for the TrustManager class. |
| SSLSocketFactory | Acts as a factory for the ... |
Read now
Unlock full access