Android.Net.Ssl Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides utilities for accessing additional TLS functionality on supported SSL engines and sockets.
Classes
| Name | Description |
|---|---|
| EchConfigList |
Data used to configure ECH (Encrypted Client Hello) in a TLS handshake. |
| EchConfigMismatchException |
Exception thrown when the provided ECH (Encrypted Client Hello) config does not match the server. |
| InvalidEchDataException |
Exception thrown when the ECH (Encrypted Client Hello) data is empty or invalid. |
| SSLEngines |
Static utility methods for accessing additional functionality of supported instances of
|
| SSLSockets |
Static utility methods for accessing additional functionality of supported instances of
|
Remarks
Use the types in this namespace with SSL engines and sockets supplied by the platform TLS provider.