Added in API level 31

IkeAuthConfig


abstract class IkeAuthConfig
kotlin.Any
   ↳ android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig

This class contains common information of an IKEv2 authentication configuration.

Summary

Public methods
open Boolean
equals(other: Any?)

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.

hashCode

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