| Class | Description |
|---|---|
| BaseOpenSSLSocketAdapterFactory | |
| Conscrypt |
Core API for creating and configuring all Conscrypt types.
|
| Conscrypt.Constants |
Utility that exposes common TLS constants.
|
| Conscrypt.Engines |
Utility methods for configuring Conscrypt engines.
|
| Conscrypt.ServerSocketFactories |
Utility methods for configuring Conscrypt server socket factories.
|
| Conscrypt.SocketFactories |
Utility methods for configuring Conscrypt socket factories.
|
| Conscrypt.Sockets |
Utility methods for configuring Conscrypt sockets.
|
| 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.
|