IkeRfc822AddrIdentification
public
final
class
IkeRfc822AddrIdentification
extends IkeIdentification
| java.lang.Object | ||
| ↳ | 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
Fields | |
|---|---|
public
final
String |
rfc822Name
The fully-qualified RFC 822 email address. |
Public constructors | |
|---|---|
IkeRfc822AddrIdentification(String rfc822Name)
Construct an instance of |
|
Inherited methods | |
|---|---|
Fields
rfc822Name
public final String rfc822Name
The fully-qualified RFC 822 email address.
Public constructors
IkeRfc822AddrIdentification
public IkeRfc822AddrIdentification (String rfc822Name)
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. |

