Javax.Net.Ssl.SSLEngine: Property Members

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

Public Properties

[read-only]
abstract
DelegatedTaskJava.Lang.IRunnable. Returns a delegate task for this engine instance.
abstract
EnableSessionCreationbool. Returns whether new SSL sessions may be established by this engine.
[read-only]
HandshakeSessionISSLSession. Documentation for this section has not yet been entered.
[read-only]
abstract
HandshakeStatusSSLEngineResult.HandshakeStatus. Returns the status of the handshake of this engine instance.
[read-only]
abstract
IsInboundDonebool. Returns whether no more inbound data will be accepted by this engine.
[read-only]
abstract
IsOutboundDonebool. Returns whether no more outbound data will be produced by this engine.
abstract
NeedClientAuthbool. Returns whether this engine instance will require client authentication.
[read-only]
PeerHoststring. Returns the name of the peer host.
[read-only]
PeerPortint. Returns the port number of the peer host.
[read-only]
abstract
SessionISSLSession. Returns the SSL session for this engine instance.
SSLParametersSSLParameters. Returns a new SSLParameters based on this SSLSocket's current cipher suites, protocols, and client authentication settings.
abstract
UseClientModebool. Returns whether this engine is set to act in client mode when handshaking.
abstract
WantClientAuthbool. Returns whether this engine will request client authentication.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.