Package ghidra.net
Class SSLContextInitializer.HttpsHostnameVerifier
- java.lang.Object
-
- ghidra.net.SSLContextInitializer.HttpsHostnameVerifier
-
- All Implemented Interfaces:
javax.net.ssl.HostnameVerifier
- Enclosing class:
- SSLContextInitializer
public static class SSLContextInitializer.HttpsHostnameVerifier extends java.lang.Object implements javax.net.ssl.HostnameVerifierHttpsHostnameVerifieris required by HttpsURLConnection even if it does nothing. The verify method will only be invoked if the default behavior fails the connection attempt due to a hostname mismatch.- See Also:
HttpsURLConnection.setHostnameVerifier(HostnameVerifier)
-
-
Constructor Summary
Constructors Constructor Description HttpsHostnameVerifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanverify(java.lang.String hostname, javax.net.ssl.SSLSession session)
-