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

Construct an instance of IkeRfc822AddrIdentification with a fully-qualified RFC 822 email address.

Public methods
Boolean
equals(other: Any?)

Int

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.

Public methods

equals

Added in API level 31
fun equals(other: Any?): Boolean
Parameters
obj the reference object with which to compare.
Return
Boolean true if this object is the same as the obj argument; false otherwise.

hashCode

Added in API level 31
fun hashCode(): Int
Return
Int a hash code value for this object.

Properties

rfc822Name

Added in API level 31
val rfc822Name: String

The fully-qualified RFC 822 email address.