public class InternalSSLSocketFactoryTrusting 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 trusting connections, meaning that the server's SSL certificate will not be tested to see if it is trusted.
InternalSSLSocketFactory.LenientTrustManager
Constructor and Description |
---|
InternalSSLSocketFactoryTrusting() |
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.