Added in API level 31

IkeAuthEapConfig

class IkeAuthEapConfig : IkeSessionParams.IkeAuthConfig
kotlin.Any
   ↳ android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig
   ↳ android.net.ipsec.ike.IkeSessionParams.IkeAuthEapConfig

This class represents the configuration to support EAP authentication of the local side.

@see IkeSessionParams.Builder#setAuthEap(X509Certificate, EapSessionConfig)

Summary

Public methods
open Boolean
equals(other: Any?)

open EapSessionConfig

Retrieves EAP configuration

open Int

Public methods

equals

Added in API level 31
open fun equals(other: Any?): Boolean
Parameters
obj the reference object with which to compare.
Return
Boolean true if this object is the same as the obj argument; false otherwise.

getEapConfig

Added in API level 31
open fun getEapConfig(): EapSessionConfig

Retrieves EAP configuration

Return
EapSessionConfig This value cannot be null.

hashCode

Added in API level 31
open fun hashCode(): Int
Return
Int a hash code value for this object.