Język

ImsIpsecAuthenticationAlgorithm Enum

Definition

public enum ImsIpsecAuthenticationAlgorithm
type ImsIpsecAuthenticationAlgorithm = 
Inheritance
ImsIpsecAuthenticationAlgorithm

Fields

Name Value Description
HmacMd5 0

IPSec Authentication algorithm is HMAC-MD5. see Annex H of TS 33.203

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

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.

HmacSha1 1

IPSec Authentication algorithm is HMAC-SHA1. see Annex H of TS 33.203

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

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