CarrierConfigManager.Iwlan Class

Definition

Configs used for epdg tunnel bring up.

[Android.Runtime.Register("android/telephony/CarrierConfigManager$Iwlan", ApiSince=31, DoNotGenerateAcw=true)]
public sealed class CarrierConfigManager.Iwlan : Java.Lang.Object
[<Android.Runtime.Register("android/telephony/CarrierConfigManager$Iwlan", ApiSince=31, DoNotGenerateAcw=true)>]
type CarrierConfigManager.Iwlan = class
    inherit Object
Inheritance
CarrierConfigManager.Iwlan
Attributes

Remarks

Configs used for epdg tunnel bring up.

Java documentation for android.telephony.CarrierConfigManager.Iwlan.

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.

Fields

AuthenticationMethodCert
Obsolete.

Server is authenticated using its certificate.

AuthenticationMethodEapOnly
Obsolete.

Certificate sent from the server is ignored.

EpdgAddressCellularLoc
Obsolete.

Use cellular location to chose epdg server

EpdgAddressIpv4Only
Obsolete.

Use IPv4 ePDG addresses only.

EpdgAddressIpv4Preferred
Obsolete.

Prioritize IPv4 ePDG addresses.

EpdgAddressIpv6Preferred
Obsolete.

Prioritize IPv6 ePDG addresses

EpdgAddressPco
Obsolete.

Use the epdg address received in protocol configuration options (PCO) from the network.

EpdgAddressPlmn
Obsolete.

Construct the epdg address using plmn.

EpdgAddressStatic
Obsolete.

Use static epdg address.

EpdgAddressVisitedCountry
Obsolete.

Use Visited Country FQDN rule

IdTypeFqdn
Obsolete.

Ike Identification Fully Qualified Domain Name

IdTypeKeyId
Obsolete.

Ike Identification opaque octet stream for vendor specific information

IdTypeRfc822Addr
Obsolete.

Ike Identification Fully Qualified RFC 822 email address.

KeyAddKeToChildSessionRekeyBool

Controls if KE payload should be added during child session local rekey procedure.

KeyChildSaRekeyHardTimerSecInt

Time in seconds after which the child security association session is terminated if rekey procedure is not successful.

KeyChildSaRekeySoftTimerSecInt

Time in seconds after which the child session rekey procedure is started.

KeyChildSessionAesCbcKeySizeIntArray

List of supported key sizes for AES Cipher Block Chaining (CBC) encryption mode of child session.

KeyChildSessionAesCtrKeySizeIntArray

List of supported key sizes for AES Counter (CTR) encryption mode of child session.

KeyDiffieHellmanGroupsIntArray

Supported DH groups for IKE negotiation.

KeyDpdTimerSecInt

Time in seconds after which a dead peer detection (DPD) request is sent.

KeyEpdgAddressIpTypePreferenceInt

Type of IP preference used to prioritize ePDG servers.

KeyEpdgAddressPriorityIntArray

A priority list of ePDG addresses to be used.

KeyEpdgAuthenticationMethodInt

Method used to authenticate epdg server.

KeyEpdgPcoIdIpv4Int

Specifies the PCO id for IPv4 Epdg server address

KeyEpdgPcoIdIpv6Int

Specifies the PCO id for IPv6 Epdg server address

KeyEpdgStaticAddressRoamingString

Epdg static IP address or FQDN for roaming

KeyEpdgStaticAddressString

Epdg static IP address or FQDN

KeyIkeLocalIdTypeInt

Specifies the local identity type for IKE negotiations.

KeyIkeRekeyHardTimerSecInt

Time in seconds after which the IKE session is terminated if rekey procedure is not successful.

KeyIkeRekeySoftTimerSecInt

Time in seconds after which the IKE session rekey procedure is started.

KeyIkeRemoteIdTypeInt

Specifies the remote identity type for IKE negotiations.

KeyIkeSessionAesCbcKeySizeIntArray

List of supported key sizes for AES Cipher Block Chaining (CBC) encryption mode of IKE session.

KeyIkeSessionAesCtrKeySizeIntArray

List of supported key sizes for AES Counter (CTR) encryption mode of IKE session.

KeyMaxRetriesInt

Maximum number of retries for tunnel establishment.

KeyMccMncsStringArray

List of '-' separated MCC/MNCs used to create ePDG FQDN as per 3GPP TS 23.

KeyNattKeepAliveTimerSecInt

Time in seconds after which a NATT keep alive message is sent.

KeyPrefix

Prefix of all Epdg.

KeyRetransmitTimerMsecIntArray

List of IKE message retransmission timeouts in milliseconds, where each timeout is the waiting time before next retry, except the last timeout which is the waiting time before terminating the IKE Session.

KeySupportedChildSessionEncryptionAlgorithmsIntArray

List of supported encryption algorithms for child session.

KeySupportedIkeSessionEncryptionAlgorithmsIntArray

List of supported encryption algorithms for IKE session.

KeySupportedIntegrityAlgorithmsIntArray

List of supported integrity algorithms for IKE session.

KeySupportedPrfAlgorithmsIntArray

List of supported pseudo random function algorithms for IKE session.

KeySupportsEapAkaFastReauthBool

Controls if the IKE tunnel setup supports EAP-AKA fast reauth

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to