Stay organized with collections
Save and categorize content based on your preferences.
IkeIpv6AddrIdentification
open class IkeIpv6AddrIdentification : IkeIdentification
IkeIpv6AddrIdentification represents an IKE entity identification based on IPv6 address.
Summary
Public constructors
Properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# IkeIpv6AddrIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nIkeIpv6AddrIdentification\n=========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/ipsec/ike/IkeIpv6AddrIdentification \"View this page in Java\") \n\n```\nopen class IkeIpv6AddrIdentification : IkeIdentification\n```\n\n|---|---|------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [android.net.ipsec.ike.IkeIdentification](/reference/kotlin/android/net/ipsec/ike/IkeIdentification) ||\n| | ↳ | [android.net.ipsec.ike.IkeIpv6AddrIdentification](#) |\n\nIkeIpv6AddrIdentification represents an IKE entity identification based on IPv6 address.\n\nSummary\n-------\n\n| Public constructors ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [IkeIpv6AddrIdentification](#IkeIpv6AddrIdentification(java.net.Inet6Address))`(`address:` `[Inet6Address](../../../../java/net/Inet6Address.html#)`)` Construct an instance of [IkeIpv6AddrIdentification](#) with an IPv6 address. |\n\n| Properties ||\n|---------------------------------------------------------|---------------------------------------------------------------------|\n| [Inet6Address](../../../../java/net/Inet6Address.html#) | [ipv6Address](#ipv6Address:java.net.Inet6Address) The IPv6 address. |\n\nPublic constructors\n-------------------\n\n### IkeIpv6AddrIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nIkeIpv6AddrIdentification(address: Inet6Address)\n```\n\nConstruct an instance of [IkeIpv6AddrIdentification](#) with an IPv6 address.\n\n| Parameters ||\n|-----------|---------------------------------------------------------------------------------------------------------|\n| `address` | [Inet6Address](../../../../java/net/Inet6Address.html#): the IPv6 address. This value cannot be `null`. |\n\nProperties\n----------\n\n### ipv6Address\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nval ipv6Address: Inet6Address\n```\n\nThe IPv6 address."]]