static javax.net.ssl.X509TrustManager |
Conscrypt.getDefaultX509TrustManager() |
Gets the default X.509 trust manager.
|
static void |
Conscrypt.setBufferAllocator(javax.net.ssl.SSLEngine engine,
BufferAllocator bufferAllocator) |
Provides the given engine with the provided bufferAllocator.
|
static void |
Conscrypt.setBufferAllocator(javax.net.ssl.SSLSocket socket,
BufferAllocator bufferAllocator) |
Provides the given socket with the provided bufferAllocator.
|
static void |
Conscrypt.setDefaultBufferAllocator(BufferAllocator bufferAllocator) |
Configures the default BufferAllocator to be used by all future
SSLEngine instances from this provider.
|
static void |
Conscrypt.setUseEngineSocket(javax.net.ssl.SSLServerSocketFactory factory,
boolean useEngineSocket) |
Configures the socket to be created for the given server socket factory instance.
|
static void |
Conscrypt.setUseEngineSocket(javax.net.ssl.SSLSocketFactory factory,
boolean useEngineSocket) |
Configures the socket to be created for the given socket factory instance.
|
static void |
Conscrypt.setUseEngineSocketByDefault(boolean useEngineSocket) |
Configures the default socket to be created for all socket factory instances.
|