Provides classes for the secure socket package.
-
class
Indicates that the client and server could not negotiate the
desired level of security.
class
class
Indicates that the peer's identity has not been verified.
class
Reports an error in the operation of the SSL protocol.
abstract void
Initiates handshaking (initial or renegotiation) on this SSLEngine.
abstract void
Signals that no more inbound network data will be sent
to this SSLEngine
.
Attempts to decode SSL/TLS/DTLS network data into a plaintext
application data buffer.
Attempts to decode SSL/TLS/DTLS network data into a sequence of plaintext
application data buffers.
Attempts to decode SSL/TLS/DTLS network data into a subsequence of
plaintext application data buffers.
Attempts to encode plaintext bytes from a subsequence of data
buffers into SSL/TLS/DTLS network data.
Attempts to encode plaintext bytes from a sequence of data
buffers into SSL/TLS/DTLS network data.
Attempts to encode a buffer of plaintext application data into
SSL/TLS/DTLS network data.