Compartir a través de


CarrierConfigManager.Ims.IpsecEncryptionAlgorithmDesEde3Cbc Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Telephony.ImsIpsecEncryptionAlgorithm enum directly instead of this field.

El algoritmo de cifrado ipSec es DES_EDE3_CBC.

[Android.Runtime.Register("IPSEC_ENCRYPTION_ALGORITHM_DES_EDE3_CBC", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsIpsecEncryptionAlgorithm enum directly instead of this field.", true)]
public const Android.Telephony.ImsIpsecEncryptionAlgorithm IpsecEncryptionAlgorithmDesEde3Cbc = 1;
[<Android.Runtime.Register("IPSEC_ENCRYPTION_ALGORITHM_DES_EDE3_CBC", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsIpsecEncryptionAlgorithm enum directly instead of this field.", true)>]
val mutable IpsecEncryptionAlgorithmDesEde3Cbc : Android.Telephony.ImsIpsecEncryptionAlgorithm

Valor de campo

Value = 1
Atributos

Comentarios

El algoritmo de cifrado ipSec es DES_EDE3_CBC. véase anexo H del TS 33.203

Documentación de Java para android.telephony.CarrierConfigManager.Ims.IPSEC_ENCRYPTION_ALGORITHM_DES_EDE3_CBC.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a