CarrierConfigManager.Iwlan.KeySupportedPrfAlgorithmsIntArray 字段

定义

IKE 会话支持的伪随机函数算法列表。

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

字段值

属性

注解

IKE 会话支持的伪随机函数算法列表。 可能的值为android.net.ipsec.ike.SaProposal#PSEUDORANDOM_FUNCTION_HMAC_SHA1、、android.net.ipsec.ike.SaProposal#PSEUDORANDOM_FUNCTION_AES128_XCBCandroid.net.ipsec.ike.SaProposal#PSEUDORANDOM_FUNCTION_SHA2_256android.net.ipsec.ike.SaProposal#PSEUDORANDOM_FUNCTION_SHA2_384android.net.ipsec.ike.SaProposal#PSEUDORANDOM_FUNCTION_SHA2_512

适用于 . 的 android.telephony.CarrierConfigManager.Iwlan.KEY_SUPPORTED_PRF_ALGORITHMS_INT_ARRAYJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于