public interface ISSLCertificateCallback extends HostnameVerifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowCertificate(X509Certificate[] chain) |
boolean |
allowHostname(String hostname,
SSLSession session) |
default boolean |
verify(String hostname,
SSLSession session) |
boolean allowCertificate(X509Certificate[] chain)
boolean allowHostname(String hostname, SSLSession session)
default boolean verify(String hostname, SSLSession session)
verify in interface HostnameVerifierCopyright © 2019 Red Hat, Inc. All Rights Reserved.