Android.Net.Ssl Namespace

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 SSLEngine.

SSLSockets

Static utility methods for accessing additional functionality of supported instances of SSLSocket.

Remarks

Use the types in this namespace with SSL engines and sockets supplied by the platform TLS provider.