Added in API level 31
    IkeRfc822AddrIdentification
class IkeRfc822AddrIdentification : IkeIdentification
| kotlin.Any | ||
| ↳ | android.net.ipsec.ike.IkeIdentification | |
| ↳ | android.net.ipsec.ike.IkeRfc822AddrIdentification | |
IkeRfc822AddrIdentification represents an IKE entity identification based on a fully-qualified RFC 822 email address ID (e.g. ike@android.com).
Summary
| Public constructors | |
|---|---|
| IkeRfc822AddrIdentification(rfc822Name: String)Construct an instance of  | |
| Properties | |
|---|---|
| String | The fully-qualified RFC 822 email address. | 
Public constructors
IkeRfc822AddrIdentification
Added in API level 31
      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. | 
