| Interface | Description |
|---|---|
| CertBlocklist |
A set of certificates that are blacklisted from trust.
|
| ConscryptHostnameVerifier |
This interface is used to implement hostname verification in Conscrypt.
|
| OpenSSLX25519Key | |
| SSLClientSessionCache |
A persistent
SSLSession cache used by
SSLSessionContext to share client-side SSL sessions
across processes. |
| SSLServerSessionCache |
A persistent
SSLSession cache used by
SSLSessionContext to share server-side SSL sessions
across processes. |
| Class | Description |
|---|---|
| AllocatedBuffer |
A buffer that was allocated by a
BufferAllocator. |
| ApplicationProtocolSelector |
Server-side selector for the ALPN protocol.
|
| BufferAllocator |
An object responsible for allocation of buffers.
|
| 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. |
| OkHostnameVerifier |
A HostnameVerifier consistent with RFC 2818.
|
| OpenSSLX25519PrivateKey | |
| OpenSSLX25519PublicKey | |
| ScryptKeySpec |
Mirrors the class
of the same name from BouncyCastle.
|