Added in API level 31

IkeIpv6AddrIdentification


open class IkeIpv6AddrIdentification : IkeIdentification
kotlin.Any
   ↳ android.net.ipsec.ike.IkeIdentification
   ↳ android.net.ipsec.ike.IkeIpv6AddrIdentification

IkeIpv6AddrIdentification represents an IKE entity identification based on IPv6 address.

Summary

Public constructors

Construct an instance of IkeIpv6AddrIdentification with an IPv6 address.

Public methods
open Boolean
equals(other: Any?)

open Int

Properties
Inet6Address

The IPv6 address.

Public constructors

IkeIpv6AddrIdentification

Added in API level 31
IkeIpv6AddrIdentification(address: Inet6Address)

Construct an instance of IkeIpv6AddrIdentification with an IPv6 address.

Parameters
address Inet6Address: the IPv6 address.
This value cannot be null.

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.

Properties

ipv6Address

Added in API level 31
val ipv6Address: Inet6Address

The IPv6 address.