Home
last modified time | relevance | path

Searched refs:IkeIpv6AddrIdentification (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeIpv6AddrIdentification.java35 public class IkeIpv6AddrIdentification extends IkeIdentification { class
46 public IkeIpv6AddrIdentification(byte[] ipv6AddrBytes) throws AuthenticationFailedException { in IkeIpv6AddrIdentification() method in IkeIpv6AddrIdentification
60 public IkeIpv6AddrIdentification(@NonNull Inet6Address address) { in IkeIpv6AddrIdentification() method in IkeIpv6AddrIdentification
75 if (!(o instanceof IkeIpv6AddrIdentification)) return false; in equals()
78 return ipv6Address.equals(((IkeIpv6AddrIdentification) o).ipv6Address); in equals()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeIdPayloadTest.java28 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()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeIdPayload.java23 import android.net.ipsec.ike.IkeIpv6AddrIdentification;
89 ikeId = new IkeIpv6AddrIdentification(idData); in IkeIdPayload()
/packages/modules/IPsec/api/
Dsystem-current.txt105 public class IkeIpv6AddrIdentification extends android.net.ipsec.ike.IkeIdentification {
106 ctor public IkeIpv6AddrIdentification(@NonNull java.net.Inet6Address);