public class RemoteAssistanceClient extends Object implements Runnable, X509TrustManager
| Modifier and Type | Method and Description |
|---|---|
void | checkClientTrusted(X509Certificate[] chain, String authType) |
void | checkServerTrusted(X509Certificate[] chain, String authType) |
X509Certificate[] | getAcceptedIssuers() |
static void | main(String[] arg)Starts the program. |
void | run()Handles input stream from host. |
public static void main(String[] arg)
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkClientTrusted in interface X509TrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkServerTrusted in interface X509TrustManagerCertificateExceptionpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.