public final class Conscrypt extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Conscrypt.Constants
Utility that exposes common TLS constants.
|
static class |
Conscrypt.Engines
Utility methods for configuring Conscrypt engines.
|
static class |
Conscrypt.ServerSocketFactories
Utility methods for configuring Conscrypt server socket factories.
|
static class |
Conscrypt.SocketFactories
Utility methods for configuring Conscrypt socket factories.
|
static class |
Conscrypt.Sockets
Utility methods for configuring Conscrypt sockets.
|
| Modifier and Type | Method and Description |
|---|---|
static X509TrustManager |
getDefaultX509TrustManager()
Gets the default X.509 trust manager.
|
static SSLContextSpi |
newPreferredSSLContextSpi()
Constructs a new instance of the preferred
SSLContextSpi. |
static Provider |
newProvider()
Constructs a new
Provider with the default name. |
static Provider |
newProvider(String providerName)
Constructs a new
Provider with the given name. |
public static Provider newProvider(String providerName)
Provider with the given name.public static SSLContextSpi newPreferredSSLContextSpi()
SSLContextSpi.@ExperimentalApi public static X509TrustManager getDefaultX509TrustManager() throws KeyManagementException
KeyManagementException