The methods of Javax.Net.Ssl.IX509TrustManager are listed below. For a list of all members, see the IX509TrustManager Members list.
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()Returns the list of certificate issuer authorities which are trusted for authentication of peers. |