public class AllowAllHostnameVerifier extends Object implements org.apache.http.conn.ssl.X509HostnameVerifier
Constructor and Description |
---|
AllowAllHostnameVerifier() |
public boolean verify(String s, SSLSession sslSession)
verify
in interface HostnameVerifier
public void verify(String host, SSLSocket ssl) throws IOException
verify
in interface org.apache.http.conn.ssl.X509HostnameVerifier
IOException
public void verify(String host, X509Certificate cert) throws SSLException
verify
in interface org.apache.http.conn.ssl.X509HostnameVerifier
SSLException
public void verify(String host, String[] cns, String[] subjectAlts) throws SSLException
verify
in interface org.apache.http.conn.ssl.X509HostnameVerifier
SSLException
Copyright © 2010–2016. All rights reserved.