Stay organized with collections
Save and categorize content based on your preferences.
IkeFqdnIdentification
open class IkeFqdnIdentification : IkeIdentification
IkeFqdnIdentification represents an IKE entity identification based on a fully-qualified domain name (FQDN). An example might be ike.android.com
Summary
Properties |
String |
The fully-qualified domain name(FQDN).
|
Public constructors
IkeFqdnIdentification
IkeFqdnIdentification(fqdn: String)
Construct an instance of IkeFqdnIdentification
with a fully-qualified domain name.
Parameters |
fqdn |
String: the fully-qualified domain name (FQDN). Must contain only US-ASCII characters, otherwise an IllegalArugmentException will be thrown. This value cannot be null . |
Properties
fqdn
val fqdn: String
The fully-qualified domain name(FQDN).
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,["# IkeFqdnIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nIkeFqdnIdentification\n=====================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/ipsec/ike/IkeFqdnIdentification \"View this page in Java\") \n\n```\nopen class IkeFqdnIdentification : 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.IkeFqdnIdentification](#) |\n\nIkeFqdnIdentification represents an IKE entity identification based on a fully-qualified domain name (FQDN). An example might be ike.android.com\n\nSummary\n-------\n\n| Public constructors ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [IkeFqdnIdentification](#IkeFqdnIdentification(kotlin.String))`(`fqdn:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`)` Construct an instance of [IkeFqdnIdentification](#) with a fully-qualified domain name. |\n\n| Properties ||\n|----------------------------------------------------------------------------------|--------------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [fqdn](#fqdn:kotlin.String) The fully-qualified domain name(FQDN). |\n\nPublic constructors\n-------------------\n\n### IkeFqdnIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nIkeFqdnIdentification(fqdn: String)\n```\n\nConstruct an instance of [IkeFqdnIdentification](#) with a fully-qualified domain name.\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `fqdn` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html): the fully-qualified domain name (FQDN). Must contain only US-ASCII characters, otherwise an IllegalArugmentException will be thrown. This value cannot be `null`. |\n\nProperties\n----------\n\n### fqdn\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nval fqdn: String\n```\n\nThe fully-qualified domain name(FQDN)."]]