Share via


TelephonyManager.AuthtypeGbaBootstrap Field

Definition

Caution

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

Authentication type for GBA Bootstrap Challenge.

[Android.Runtime.Register("AUTHTYPE_GBA_BOOTSTRAP", 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 AuthtypeGbaBootstrap = 132;
[<Android.Runtime.Register("AUTHTYPE_GBA_BOOTSTRAP", 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 AuthtypeGbaBootstrap : Android.Telephony.AutheenticationType

Field Value

Value = 132
Attributes

Remarks

Authentication type for GBA Bootstrap Challenge. Pass this authentication type into the #getIccAuthentication API to perform a GBA Bootstrap challenge (BSF), with data (generated according to the procedure defined in 3GPP 33.220 Section 5.3.2 step.4) in base64 encoding. This method will return the Bootstrapping response in base64 encoding when ICC authentication is completed. Ref 3GPP 33.220 Section 5.3.2.

Java documentation for android.telephony.TelephonyManager.AUTHTYPE_GBA_BOOTSTRAP.

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