SaProposal.SupportedDhGroups Property

Definition

Returns supported DH groups for IKE and Child SA proposal negotiation.

public static System.Collections.Generic.ICollection<Java.Lang.Integer> SupportedDhGroups { [Android.Runtime.Register("getSupportedDhGroups", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSupportedDhGroups", "()Ljava/util/Set;", "", ApiSince=31)>]
static member SupportedDhGroups : System.Collections.Generic.ICollection<Java.Lang.Integer>

Property Value

Attributes

Remarks

Returns supported DH groups for IKE and Child SA proposal negotiation.

Java documentation for android.net.ipsec.ike.SaProposal.getSupportedDhGroups().

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