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 TypeClassDescriptionclassA buffer that was allocated by aBufferAllocator.classAn object responsible for allocation of buffers.Methods in org.conscrypt with annotations of type ExperimentalApiModifier and TypeMethodDescriptionstatic X509TrustManagerConscrypt.getDefaultX509TrustManager()Gets the default X.509 trust manager.static voidConscrypt.setBufferAllocator(SSLEngine engine, BufferAllocator bufferAllocator) Provides the given engine with the provided bufferAllocator.static voidConscrypt.setBufferAllocator(SSLSocket socket, BufferAllocator bufferAllocator) Provides the given socket with the provided bufferAllocator.static voidConscrypt.setDefaultBufferAllocator(BufferAllocator bufferAllocator) Configures the defaultBufferAllocatorto be used by all futureSSLEngineinstances from this provider.static voidConscrypt.setUseEngineSocket(SSLServerSocketFactory factory, boolean useEngineSocket) Configures the socket to be created for the given server socket factory instance.static voidConscrypt.setUseEngineSocket(SSLSocketFactory factory, boolean useEngineSocket) Configures the socket to be created for the given socket factory instance.static voidConscrypt.setUseEngineSocketByDefault(boolean useEngineSocket) Configures the default socket to be created for all socket factory instances.