Stay organized with collections
Save and categorize content based on your preferences.
IkeRfc822AddrIdentification
class IkeRfc822AddrIdentification : IkeIdentification
IkeRfc822AddrIdentification represents an IKE entity identification based on a fully-qualified RFC 822 email address ID (e.g. ike@android.com).
Summary
Properties |
String |
The fully-qualified RFC 822 email address.
|
Public constructors
IkeRfc822AddrIdentification
IkeRfc822AddrIdentification(rfc822Name: String)
Construct an instance of IkeRfc822AddrIdentification
with a fully-qualified RFC 822 email address.
Parameters |
rfc822Name |
String: the fully-qualified RFC 822 email address. This value cannot be null . |
Properties
rfc822Name
val rfc822Name: String
The fully-qualified RFC 822 email address.
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,["# IkeRfc822AddrIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nIkeRfc822AddrIdentification\n===========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/ipsec/ike/IkeRfc822AddrIdentification \"View this page in Java\") \n\n```\nclass IkeRfc822AddrIdentification : 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.IkeRfc822AddrIdentification](#) |\n\nIkeRfc822AddrIdentification represents an IKE entity identification based on a fully-qualified RFC 822 email address ID (e.g. ike@android.com).\n\nSummary\n-------\n\n| Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [IkeRfc822AddrIdentification](#IkeRfc822AddrIdentification(kotlin.String))`(`rfc822Name:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`)` Construct an instance of [IkeRfc822AddrIdentification](#) with a fully-qualified RFC 822 email address. |\n\n| Properties ||\n|----------------------------------------------------------------------------------|------------------------------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [rfc822Name](#rfc822Name:kotlin.String) The fully-qualified RFC 822 email address. |\n\nPublic constructors\n-------------------\n\n### IkeRfc822AddrIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nIkeRfc822AddrIdentification(rfc822Name: String)\n```\n\nConstruct an instance of [IkeRfc822AddrIdentification](#) with a fully-qualified RFC 822 email address.\n\n| Parameters ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `rfc822Name` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html): the fully-qualified RFC 822 email address. This value cannot be `null`. |\n\nProperties\n----------\n\n### rfc822Name\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nval rfc822Name: String\n```\n\nThe fully-qualified RFC 822 email address."]]