| Interface | Description |
|---|---|
| CertBlacklist |
A set of certificates that are blacklisted from trust.
|
| ConscryptCertStore |
A certificate store that supports additional operations that are used in
TrustManagerImpl.
|
| Class | Description |
|---|---|
| AllocatedBuffer |
A buffer that was allocated by a
BufferAllocator. |
| ApplicationProtocolSelector |
Server-side selector for the ALPN protocol.
|
| BaseOpenSSLSocketAdapterFactory | |
| BufferAllocator |
An object responsible for allocation of buffers.
|
| CertificatePriorityComparator |
Comparator for prioritizing certificates in path building. |
| Conscrypt |
Core API for creating and configuring all Conscrypt types.
|
| Conscrypt.ProviderBuilder | |
| Conscrypt.Version | |
| HandshakeListener |
Similar in concept to
HandshakeCompletedListener, but used for listening directly
to the engine. |
| KitKatPlatformOpenSSLSocketAdapterFactory |
A
SSLSocketFactory which creates unbundled conscrypt SSLSockets and wraps
them into KitKat (and newer) platform SSLSockets. |
| KitKatPlatformOpenSSLSocketImplAdapter |
This class delegates all calls to an
org.conscrypt.OpenSSLSocketImpl. |
| PreKitKatPlatformOpenSSLSocketAdapterFactory |
A
SSLSocketFactory which creates unbundled conscrypt SSLSockets and wraps
them into pre-KitKat platform SSLSockets. |
| PreKitKatPlatformOpenSSLSocketImplAdapter |
This class delegates all calls to an
org.conscrypt.OpenSSLSocketImpl. |
| Annotation Type | Description |
|---|---|
| ExperimentalApi |
Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
|
| Internal |
Annotates a program element (class, method, package etc) which is internal to Conscrypt, not part
of
the public API, and should not be used by users of Conscrypt.
|