SSLEngines.SetEchConfigList(SSLEngine, EchConfigList) Method
Definition
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.
Sets an EchConfigList to be used to establish ECH on the TLS handshake.
[Android.Runtime.Register("setEchConfigList", "(Ljavax/net/ssl/SSLEngine;Landroid/net/ssl/EchConfigList;)V", "", ApiSince=37)]
public static void SetEchConfigList(Javax.Net.Ssl.SSLEngine engine, Android.Net.Ssl.EchConfigList echConfigList);
[<Android.Runtime.Register("setEchConfigList", "(Ljavax/net/ssl/SSLEngine;Landroid/net/ssl/EchConfigList;)V", "", ApiSince=37)>]
static member SetEchConfigList : Javax.Net.Ssl.SSLEngine * Android.Net.Ssl.EchConfigList -> unit
Parameters
- engine
- SSLEngine
the engine
- echConfigList
- EchConfigList
the ECH config data to be used in the handshake
- Attributes
Remarks
Sets an EchConfigList to be used to establish ECH on the TLS handshake.
This function must be called before the handshake is started or it will have no effect.
Android reference for android.net.ssl.SSLEngines.setEchConfigList.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.