Javax.Net.Ssl.IX509TrustManager Members

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

Public Methods

CheckClientTrusted(Java.Security.Cert.X509Certificate[], string)
Checks whether the specified certificate chain (partial or complete) can be validated and is trusted for client authentication for the specified authentication type.
CheckServerTrusted(Java.Security.Cert.X509Certificate[], string)
Checks whether the specified certificate chain (partial or complete) can be validated and is trusted for server authentication for the specified key exchange algorithm.
GetAcceptedIssuers() : Java.Security.Cert.X509Certificate[]
Returns the list of certificate issuer authorities which are trusted for authentication of peers.