SSLParameters.GetCipherSuites Method

Definition

Returns a copy of the array of ciphersuites or null if none have been set.

[Android.Runtime.Register("getCipherSuites", "()[Ljava/lang/String;", "GetGetCipherSuitesHandler")]
public virtual string[]? GetCipherSuites ();
[<Android.Runtime.Register("getCipherSuites", "()[Ljava/lang/String;", "GetGetCipherSuitesHandler")>]
abstract member GetCipherSuites : unit -> string[]
override this.GetCipherSuites : unit -> string[]

Returns

String[]

a copy of the array of ciphersuites or null if none have been set.

Attributes

Remarks

Returns a copy of the array of ciphersuites or null if none have been set.

Java documentation for javax.net.ssl.SSLParameters.getCipherSuites().

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