Javax.Net.Ssl.HandshakeCompletedEvent: Method Members

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

See Also: Inherited members from Java.Util.EventObject

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.