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 | |
|---|---|
IkeIpv6AddrIdentification(address: Inet6Address)Construct an instance of |
|
| 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. |