Javax.Net.Ssl.SSLEngineResult: Method Members

The methods of Javax.Net.Ssl.SSLEngineResult are listed below. For a list of all members, see the SSLEngineResult Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

BytesConsumed() : int
Returns the number of bytes retrieved from the source buffer(s).
BytesProduced() : int
Returns the number of bytes transferred to the destination buffer(s).
GetHandshakeStatus() : SSLEngineResult.HandshakeStatus
Returns the status of the current handshake.
GetStatus() : SSLEngineResult.Status
Returns the return value of the SSLEngine operation.