public class InternalSSLSocketFactoryNonTrusting extends InternalSSLSocketFactory
SSLSocketFactory
implementation
using the TLSv1.2 protocol.
This SSL socket factory should allow for at least the following SSL protocols:
However, the actual set of enabled SSL protocols is dependent on the underlying JVM.
This SSL socket factory creates non-trusting connections, meaning that the server's SSL certificate
will be validated using the JVM-specific internal TrustManager
InternalSSLSocketFactory.LenientTrustManager
Constructor and Description |
---|
InternalSSLSocketFactoryNonTrusting() |
Modifier and Type | Method and Description |
---|---|
static SocketFactory |
getDefault() |
createSocket, createSocket, createSocket, createSocket, createSocket, getDefaultCipherSuites, getSupportedCipherSuites
createSocket
createSocket
public static SocketFactory getDefault()
Copyright © 2022 Apache Software Foundation. All rights reserved.