Methods Summary |
---|
public void | checkClientTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType)Checks whether the specified certificate chain (partial or complete) can
be validated and is trusted for client authentication for the specified
authentication type.
|
public void | checkServerTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType)Checks whether the specified certificate chain (partial or complete) can
be validated and is trusted for server authentication for the specified
key exchange algorithm.
|
public java.security.cert.X509Certificate[] | getAcceptedIssuers()Returns the list of certificate issuer authorities which are trusted for
authentication of peers.
|