public class AMHostnameVerifier extends Object implements HostnameVerifier
Modifier and Type | Field and Description |
---|---|
static boolean |
checkSubjectAltName |
static boolean |
resolveIPAddress |
static HashSet |
sslTrustHosts |
static boolean |
trustAllServerCerts |
Constructor and Description |
---|
AMHostnameVerifier() |
public static boolean trustAllServerCerts
public static boolean checkSubjectAltName
public static boolean resolveIPAddress
public static HashSet sslTrustHosts
public boolean verify(String hostname, SSLSession session)
verify
in interface HostnameVerifier
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.