Share via


CarrierConfigManager.Iwlan.KeyDiffieHellmanGroupsIntArray Field

Definition

Supported DH groups for IKE negotiation.

[Android.Runtime.Register("KEY_DIFFIE_HELLMAN_GROUPS_INT_ARRAY", ApiSince=31)]
public const string KeyDiffieHellmanGroupsIntArray;
[<Android.Runtime.Register("KEY_DIFFIE_HELLMAN_GROUPS_INT_ARRAY", ApiSince=31)>]
val mutable KeyDiffieHellmanGroupsIntArray : string

Field Value

Attributes

Remarks

Supported DH groups for IKE negotiation. Possible values are: android.net.ipsec.ike.SaProposal#DH_GROUP_NONE, android.net.ipsec.ike.SaProposal#DH_GROUP_1024_BIT_MODP, android.net.ipsec.ike.SaProposal#DH_GROUP_1536_BIT_MODP, android.net.ipsec.ike.SaProposal#DH_GROUP_2048_BIT_MODP

Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_DIFFIE_HELLMAN_GROUPS_INT_ARRAY.

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