Uses of Class javax.net.ssl.SSLEngineResult

Uses in package javax.net.ssl

Methods with return type javax.net.ssl.SSLEngineResult

SSLEngineResult
Unwraps a byte buffer recieved from the network, storing the decrypted, unwrapped bytes into the given buffer.
SSLEngineResult
Unwraps a byte buffer recieved from the network, storing the decrypted, unwrapped bytes into the given buffers.
SSLEngineResult
SSLEngine.unwrap(ByteBuffer source, ByteBuffer[] sinks, int offset, int length)
Unwraps a byte buffer received from the network, storing the decrypted, unwrapped bytes into the given buffers.
SSLEngineResult
Wraps a byte buffer into an SSL message, for preparation to send it over the network.
SSLEngineResult
SSLEngine.wrap(ByteBuffer[] sources, int offset, int length, ByteBuffer sink)
Wraps byte buffers into an SSL message, for preparation to send them over the network.
SSLEngineResult
SSLEngine.wrap(ByteBuffer[] sources, ByteBuffer sink)
Wraps byte buffers into an SSL message, for preparation to send them over the network.