Język

ImsIpsecEncryptionAlgorithm Enum

Definition

public enum ImsIpsecEncryptionAlgorithm
type ImsIpsecEncryptionAlgorithm = 
Inheritance
ImsIpsecEncryptionAlgorithm

Fields

Name Value Description
Null 0

IPSec Encryption algorithm is NULL. see Annex H of TS 33.203

Android reference for android.telephony.CarrierConfigManager.Ims.IPSEC_ENCRYPTION_ALGORITHM_NULL.

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.

DesEde3Cbc 1

IPSec Encryption algorithm is DES_EDE3_CBC. see Annex H of TS 33.203

Android reference for android.telephony.CarrierConfigManager.Ims.IPSEC_ENCRYPTION_ALGORITHM_DES_EDE3_CBC.

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.

AesCbc 2

IPSec Encryption algorithm is AES_CBC. see Annex H of TS 33.203

Android reference for android.telephony.CarrierConfigManager.Ims.IPSEC_ENCRYPTION_ALGORITHM_AES_CBC.

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