Added in API level 31

IkeIpv6AddrIdentification

public class IkeIpv6AddrIdentification
extends IkeIdentification

java.lang.Object
   ↳ android.net.ipsec.ike.IkeIdentification
     ↳ android.net.ipsec.ike.IkeIpv6AddrIdentification


IkeIpv6AddrIdentification represents an IKE entity identification based on IPv6 address.

Summary

Fields

public final Inet6Address ipv6Address

The IPv6 address.

Public constructors

IkeIpv6AddrIdentification(Inet6Address address)

Construct an instance of IkeIpv6AddrIdentification with an IPv6 address.

Inherited methods

Fields

ipv6Address

Added in API level 31
public final Inet6Address ipv6Address

The IPv6 address.

Public constructors

IkeIpv6AddrIdentification

Added in API level 31
public IkeIpv6AddrIdentification (Inet6Address address)

Construct an instance of IkeIpv6AddrIdentification with an IPv6 address.

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