public class VerifierWrapper extends Object implements org.apache.http.conn.ssl.X509HostnameVerifier
| Modifier and Type | Field and Description |
|---|---|
protected HostnameVerifier |
verifier |
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(String s,
SSLSession sslSession) |
void |
verify(String host,
SSLSocket ssl) |
void |
verify(String host,
String[] cns,
String[] subjectAlts) |
void |
verify(String host,
X509Certificate cert) |
protected HostnameVerifier verifier
public void verify(String host, SSLSocket ssl) throws IOException
verify in interface org.apache.http.conn.ssl.X509HostnameVerifierIOExceptionpublic void verify(String host, X509Certificate cert) throws SSLException
verify in interface org.apache.http.conn.ssl.X509HostnameVerifierSSLExceptionpublic void verify(String host, String[] cns, String[] subjectAlts) throws SSLException
verify in interface org.apache.http.conn.ssl.X509HostnameVerifierSSLExceptionpublic boolean verify(String s, SSLSession sslSession)
verify in interface HostnameVerifierCopyright © 2017 JBoss by Red Hat. All rights reserved.