Package com.gpudb.util.ssl
Class X509TrustManagerBypass
java.lang.Object
javax.net.ssl.X509ExtendedTrustManager
com.gpudb.util.ssl.X509TrustManagerBypass
All Implemented Interfaces:
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] x509Certificates, String authType) voidcheckClientTrusted(X509Certificate[] x509Certificates, String authType, Socket socket) voidcheckClientTrusted(X509Certificate[] x509Certificates, String authType, SSLEngine sslEngine) voidcheckServerTrusted(X509Certificate[] x509Certificates, String authType) voidcheckServerTrusted(X509Certificate[] x509Certificates, String authType, Socket socket) voidcheckServerTrusted(X509Certificate[] x509Certificates, String authType, SSLEngine sslEngine) static voidinstall()
Method Details
checkClientTrusted
public void checkClientTrusted(X509Certificate[] x509Certificates, String authType) throws CertificateException Throws:checkClientTrusted
public void checkClientTrusted(X509Certificate[] x509Certificates, String authType, Socket socket) throws CertificateException checkClientTrusted
public void checkClientTrusted(X509Certificate[] x509Certificates, String authType, SSLEngine sslEngine) throws CertificateException checkServerTrusted
public void checkServerTrusted(X509Certificate[] x509Certificates, String authType) throws CertificateException Throws:checkServerTrusted
public void checkServerTrusted(X509Certificate[] x509Certificates, String authType, Socket socket) throws CertificateException checkServerTrusted
public void checkServerTrusted(X509Certificate[] x509Certificates, String authType, SSLEngine sslEngine) throws CertificateException getAcceptedIssuers