Uses of Annotation Type
org.conscrypt.ExperimentalApi
Packages that use ExperimentalApi
-
Uses of ExperimentalApi in org.conscrypt
Classes in org.conscrypt with annotations of type ExperimentalApiModifier and TypeClassDescriptionclass
A buffer that was allocated by aBufferAllocator
.class
An object responsible for allocation of buffers.Methods in org.conscrypt with annotations of type ExperimentalApiModifier and TypeMethodDescriptionstatic 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) Configures the defaultBufferAllocator
to be used by all futureSSLEngine
instances from this provider.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.