The properties of Javax.Net.Ssl.SSLEngine are listed below. For a list of all members, see the SSLEngine Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] abstract | DelegatedTask | Java.Lang.IRunnable. Returns a delegate task for this engine instance. |
abstract | EnableSessionCreation | bool. Returns whether new SSL sessions may be established by this engine. |
[read-only] | HandshakeSession | ISSLSession. Documentation for this section has not yet been entered. |
[read-only] abstract | HandshakeStatus | SSLEngineResult.HandshakeStatus. Returns the status of the handshake of this engine instance. |
[read-only] abstract | IsInboundDone | bool. Returns whether no more inbound data will be accepted by this engine. |
[read-only] abstract | IsOutboundDone | bool. Returns whether no more outbound data will be produced by this engine. |
abstract | NeedClientAuth | bool. Returns whether this engine instance will require client authentication. |
[read-only] | PeerHost | string. Returns the name of the peer host. |
[read-only] | PeerPort | int. Returns the port number of the peer host. |
[read-only] abstract | Session | ISSLSession. Returns the SSL session for this engine instance. |
SSLParameters | SSLParameters. Returns a new SSLParameters based on this SSLSocket's current cipher suites, protocols, and client authentication settings. | |
abstract | UseClientMode | bool. Returns whether this engine is set to act in client mode when handshaking. |
abstract | WantClientAuth | bool. Returns whether this engine will request client authentication. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |