Interface | Description |
---|---|
Constants |
Constants use in the LiteSSL package.
|
Class | Description |
---|---|
SSL |
A representation of an SSL connection.
|
SSL4D |
A representation of an SSL connection.
|
SSLClient |
The client context.
|
SSLCTX |
A base object for SSLServer/SSLClient.
|
SSLCTX4D |
A base object for SSLServer/SSLClient.
|
SSLReadHolder |
A holder for data read in an SSL read.
|
SSLServer |
The server context.
|
SSLSocket |
This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or
IETF "Transport Layer Security" (TLS) protocols.
The initial handshake on this connection is initiated by calling startHandshake which explicitly begins handshakes. |
SSLSocketFactory |
SSLSocketFactory creates SSLSockets.
|
SSLUtil |
Some global helper functions.
|