public final class OkHostnameVerifier extends Objectimplements HostnameVerifier
| Modifier and Type | Field and Description |
|---|---|
static OkHostnameVerifier |
INSTANCE
|
| Modifier and Type | Method and Description |
|---|---|
static List |
allSubjectAltNames(X509Certificate
|
boolean |
verify(String
|
boolean |
verify(String
|
public static final OkHostnameVerifierINSTANCE
public boolean verify(Stringhost, SSLSession session)
public boolean verify(Stringhost, X509Certificate certificate)
public static List<String > allSubjectAltNames(X509Certificate certificate)