Compartilhar via


CarrierConfigManager.Ims.IpsecEncryptionAlgorithmDesEde3Cbc Campo

Definição

Cuidado

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

O algoritmo de criptografia IPSec é 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 do campo

Value = 1
Atributos

Comentários

O algoritmo de criptografia IPSec é DES_EDE3_CBC. ver anexo H da TS 33.203

Documentação Java para android.telephony.CarrierConfigManager.Ims.IPSEC_ENCRYPTION_ALGORITHM_DES_EDE3_CBC.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a