| Package | Description |
|---|---|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| Modifier and Type | Method and Description |
|---|---|
SSLEngineResult |
SSLEngine.unwrap(ByteBuffer
Attempts to decode SSL/TLS network data into a plaintext application data buffer.
|
SSLEngineResult |
SSLEngine.unwrap(ByteBuffer
Attempts to decode SSL/TLS network data into a sequence of plaintext application data buffers.
|
abstract SSLEngineResult |
SSLEngine.unwrap(ByteBuffer
Attempts to decode SSL/TLS network data into a subsequence of plaintext application data buffers.
|
SSLEngineResult |
SSLEngine.wrap(ByteBuffer
Attempts to encode plaintext bytes from a sequence of data buffers into SSL/TLS network data.
|
abstract SSLEngineResult |
SSLEngine.wrap(ByteBuffer
Attempts to encode plaintext bytes from a subsequence of data buffers into SSL/TLS network data.
|
SSLEngineResult |
SSLEngine.wrap(ByteBuffer
Attempts to encode a buffer of plaintext application data into SSL/TLS network data.
|