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.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
public boolean verify(String s, SSLSession sslSession)
verify
in interface HostnameVerifier
Copyright © 2019 JBoss by Red Hat. All rights reserved.