Javax.Net.Ssl.HandshakeCompletedEvent Members

The members of Javax.Net.Ssl.HandshakeCompletedEvent are listed below.

See Also: Inherited members from Java.Util.EventObject

Public Constructors

Creates a new HandshakeCompletedEvent with the specified SSL socket and SSL session.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
CipherSuitestring. Returns the name of the cipher suite negotiated during this handshake.
[read-only]
LocalPrincipalJava.Security.IPrincipal. Returns the Principal used to identify during the handshake.
[read-only]
PeerPrincipalJava.Security.IPrincipal. Returns the Principal identifying the peer.
[read-only]
SessionISSLSession. Returns the SSL session associated with this event.
[read-only]
SocketSSLSocket. Returns the SSL socket that produced this event.

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.

Public Methods

GetLocalCertificates() : Java.Security.Cert.Certificate[]
Returns the list of local certificates used during the handshake.
GetPeerCertificateChain() : Javax.Security.Cert.X509Certificate[]
Returns the list of certificates identifying the peer.
GetPeerCertificates() : Java.Security.Cert.Certificate[]
Return the list of certificates identifying the peer during the handshake.