Package ghidra.net

Class SSLContextInitializer.HttpsHostnameVerifier

java.lang.Object
ghidra.net.SSLContextInitializer.HttpsHostnameVerifier
All Implemented Interfaces:
HostnameVerifier
Enclosing class:
SSLContextInitializer

public static class SSLContextInitializer.HttpsHostnameVerifier extends Object implements HostnameVerifier
HttpsHostnameVerifier is 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:
  • Constructor Details

    • HttpsHostnameVerifier

      public HttpsHostnameVerifier()
  • Method Details