Stay organized with collections
Save and categorize content based on your preferences.
IkeIpv4AddrIdentification
class IkeIpv4AddrIdentification : IkeIdentification
IkeIpv4AddrIdentification represents an IKE entity identification based on IPv4 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.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# IkeIpv4AddrIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nIkeIpv4AddrIdentification\n=========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/ipsec/ike/IkeIpv4AddrIdentification \"View this page in Java\") \n\n```\nclass IkeIpv4AddrIdentification : 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.IkeIpv4AddrIdentification](#) |\n\nIkeIpv4AddrIdentification represents an IKE entity identification based on IPv4 address.\n\nSummary\n-------\n\n| Public constructors ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [IkeIpv4AddrIdentification](#IkeIpv4AddrIdentification(java.net.Inet4Address))`(`address:` `[Inet4Address](../../../../java/net/Inet4Address.html#)`)` Construct an instance of [IkeIpv4AddrIdentification](#) with an IPv4 address. |\n\n| Properties ||\n|---------------------------------------------------------|---------------------------------------------------------------------|\n| [Inet4Address](../../../../java/net/Inet4Address.html#) | [ipv4Address](#ipv4Address:java.net.Inet4Address) The IPv4 address. |\n\nPublic constructors\n-------------------\n\n### IkeIpv4AddrIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nIkeIpv4AddrIdentification(address: Inet4Address)\n```\n\nConstruct an instance of [IkeIpv4AddrIdentification](#) with an IPv4 address.\n\n| Parameters ||\n|-----------|---------------------------------------------------------------------------------------------------------|\n| `address` | [Inet4Address](../../../../java/net/Inet4Address.html#): the IPv4 address. This value cannot be `null`. |\n\nProperties\n----------\n\n### ipv4Address\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nval ipv4Address: Inet4Address\n```\n\nThe IPv4 address."]]