public final class InsecureConnections extends Object
Modifier and Type | Method and Description |
---|---|
static HostnameVerifier |
getHostNameVerifierThatDoesNotVerifyHostNames()
Returns a
HostnameVerifier that does not verify host names. |
static TrustManager[] |
getTrustManagersThatDoNotVerifyCertificates()
Returns an array of
TrustManager s that do not verify
certificates. |
public static TrustManager[] getTrustManagersThatDoNotVerifyCertificates()
TrustManager
s that do not verify
certificates. Its usage is NOT appreciated for security reasons!.TrustManager
s that do not verify certificatespublic static HostnameVerifier getHostNameVerifierThatDoesNotVerifyHostNames()
HostnameVerifier
that does not verify host names.
Its usage is NOT appreciated for security reasons!.HostnameVerifier
that does not verify host namesCopyright © 2025. All rights reserved.