Added in API level 31

IkeIdentification


abstract class IkeIdentification
IkeDerAsn1DnIdentification

This class represents an IKE entity ID based on a DER encoded ASN.

IkeFqdnIdentification

IkeFqdnIdentification represents an IKE entity identification based on a fully-qualified domain name (FQDN).

IkeIpv4AddrIdentification

IkeIpv4AddrIdentification represents an IKE entity identification based on IPv4 address.

IkeIpv6AddrIdentification

IkeIpv6AddrIdentification represents an IKE entity identification based on IPv6 address.

IkeKeyIdIdentification

IkeKeyIdIdentification represents an IKE entity identification based on a Key ID.

IkeRfc822AddrIdentification

IkeRfc822AddrIdentification represents an IKE entity identification based on a fully-qualified RFC 822 email address ID (e.g. ike@android.com).

IkeIdentification is abstract base class that represents the common information for all types of IKE entity identification.

IkeIdentification is used in IKE authentication.

Summary