static X509TrustManager |
Conscrypt.getDefaultX509TrustManager() |
Gets the default X.509 trust manager.
|
static void |
Conscrypt.setBufferAllocator(SSLEngine engine,
BufferAllocator bufferAllocator) |
Provides the given engine with the provided bufferAllocator.
|
static void |
Conscrypt.setBufferAllocator(SSLSocket socket,
BufferAllocator bufferAllocator) |
Provides the given socket with the provided bufferAllocator.
|
static void |
Conscrypt.setDefaultBufferAllocator(BufferAllocator bufferAllocator) |
|
static void |
Conscrypt.setUseEngineSocket(SSLServerSocketFactory factory,
boolean useEngineSocket) |
Configures the socket to be created for the given server socket factory instance.
|
static void |
Conscrypt.setUseEngineSocket(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.
|