Searched refs:IkeIpv6AddrIdentification (Results 1 – 4 of 4) sorted by relevance
35 public class IkeIpv6AddrIdentification extends IkeIdentification { class46 public IkeIpv6AddrIdentification(byte[] ipv6AddrBytes) throws AuthenticationFailedException { in IkeIpv6AddrIdentification() method in IkeIpv6AddrIdentification60 public IkeIpv6AddrIdentification(@NonNull Inet6Address address) { in IkeIpv6AddrIdentification() method in IkeIpv6AddrIdentification75 if (!(o instanceof IkeIpv6AddrIdentification)) return false; in equals()78 return ipv6Address.equals(((IkeIpv6AddrIdentification) o).ipv6Address); in equals()
28 import android.net.ipsec.ike.IkeIpv6AddrIdentification;125 IkeIpv6AddrIdentification ikeId = (IkeIpv6AddrIdentification) payload.ikeId; in testDecodeIpv6AddrIdPayload()222 IkeIdPayload payload = new IkeIdPayload(false, new IkeIpv6AddrIdentification(ipv6Address)); in testConstructAndEncodeIpv6AddrIdPayload()
23 import android.net.ipsec.ike.IkeIpv6AddrIdentification;89 ikeId = new IkeIpv6AddrIdentification(idData); in IkeIdPayload()
105 public class IkeIpv6AddrIdentification extends android.net.ipsec.ike.IkeIdentification {106 ctor public IkeIpv6AddrIdentification(@NonNull java.net.Inet6Address);