Język

SSLSockets.SetEchConfigList(SSLSocket, EchConfigList) Method

Definition

Sets an EchConfigList to be used to establish ECH on the TLS handshake.

[Android.Runtime.Register("setEchConfigList", "(Ljavax/net/ssl/SSLSocket;Landroid/net/ssl/EchConfigList;)V", "", ApiSince=37)]
public static void SetEchConfigList(Javax.Net.Ssl.SSLSocket socket, Android.Net.Ssl.EchConfigList echConfigList);
[<Android.Runtime.Register("setEchConfigList", "(Ljavax/net/ssl/SSLSocket;Landroid/net/ssl/EchConfigList;)V", "", ApiSince=37)>]
static member SetEchConfigList : Javax.Net.Ssl.SSLSocket * Android.Net.Ssl.EchConfigList -> unit

Parameters

socket
SSLSocket

the socket

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

Applies to