Inbound stream (from remote party) is done, ndo no more data will be received *
Outbound stream (to remote party) is done, and no more data will be sent *
Starts the SSL Handshake.
Unwraps the data received from the network to data expected from application
Unwraps the data received from the network to data expected from application
If the engine needs to perform any asynchronous operations, these are performed before resulting task finishes.
User of this API shall assure that no concurrent unwrap
operations are executed
Secure data received over the wire
available space in unwrap buffer *
Wraps presented source buffer to network Buffer.
Wraps presented source buffer to network Buffer.
If the engine needs to perform any asynchronous operations, these are performed before resulting task finishes.
User of this API shall assure that no concurrent wrap
operations are executed
Unsecured application data
available space in wrap buffer *
Helper to establish asynchronous interface around jns.SSLEngine
Please note that all operations here are not safe to be invoked concurrently. User of this interface must assure that any wrapXXX or unwrapXX are not called concurrently.