다음을 통해 공유


TelephonyManager.AuthtypeGbaNafKeyExternal 필드

정의

주의

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

GBA NAF(네트워크 애플리케이션 함수) 키 외부 챌린지에 대한 인증 유형입니다.

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

필드 값

Value = 133
특성

설명

GBA NAF(네트워크 애플리케이션 함수) 키 외부 챌린지에 대한 인증 유형입니다. 이 인증 유형을 API에 #getIccAuthentication 전달하여 base64 인코딩에서 NAF_ID 매개 변수를 data 사용하여 GBA NAF(네트워크 애플리케이션 함수) 키 외부 챌린지를 수행합니다. 이 메서드는 ICC 인증이 완료되면 base64 인코딩에서 Ks_Ext_Naf 키를 반환합니다. 참조 3GPP 33.220 섹션 5.3.2.

에 대한 Java 설명서입니다 android.telephony.TelephonyManager.AUTHTYPE_GBA_NAF_KEY_EXTERNAL.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상