Searched refs:IkeIpv4AddrIdentification (Results 1 – 10 of 10) sorted by relevance
30 public final class IkeIpv4AddrIdentification extends IkeIdentification { class42 public IkeIpv4AddrIdentification(byte[] ipv4AddrBytes) throws AuthenticationFailedException { in IkeIpv4AddrIdentification() method in IkeIpv4AddrIdentification56 public IkeIpv4AddrIdentification(@NonNull Inet4Address address) { in IkeIpv4AddrIdentification() method in IkeIpv4AddrIdentification67 public static IkeIpv4AddrIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle()70 return new IkeIpv4AddrIdentification( in fromPersistableBundle()96 if (!(o instanceof IkeIpv4AddrIdentification)) return false; in equals()99 return ipv4Address.equals(((IkeIpv4AddrIdentification) o).ipv4Address); in equals()
110 return IkeIpv4AddrIdentification.fromPersistableBundle(in); in fromPersistableBundle()
27 import android.net.ipsec.test.ike.IkeIpv4AddrIdentification;114 IkeIpv4AddrIdentification ikeId = (IkeIpv4AddrIdentification) payload.ikeId; in testDecodeIpv4AddrIdPayload()211 IkeIdPayload payload = new IkeIdPayload(false, new IkeIpv4AddrIdentification(ipv4Address)); in testConstructAndEncodeIpv4AddrIdPayload()294 verifyPersistableBundleEncodeDecodeIsLossless(new IkeIpv4AddrIdentification(ipv4Address)); in testPersistableBundleEncodeDecodeIpv4AddressId()334 new IkeIdPayload(false /*isInitiator*/, new IkeIpv4AddrIdentification(CERT_SAN_IP)); in validatCertSanIp()342 new IkeIdPayload(false /*isInitiator*/, new IkeIpv4AddrIdentification(CERT_SAN_IP)); in testThrowWhenCertAndIdMismtached()
24 import android.net.ipsec.ike.IkeIpv4AddrIdentification;54 IkeIpv4AddrIdentification ikeId = new IkeIpv4AddrIdentification(IPV4_ADDRESS_LOCAL); in testIkeIpv4AddrIdentification()
22 import android.net.ipsec.ike.IkeIpv4AddrIdentification;79 ikeId = new IkeIpv4AddrIdentification(idData); in IkeIdPayload()
31 import android.net.ipsec.ike.IkeIpv4AddrIdentification;80 : new IkeIpv4AddrIdentification((Inet4Address) addr)) in getTestIkeSessionParams()
84 .setLocalIdentification(new IkeIpv4AddrIdentification((Inet4Address) LOCAL_ADDRESS)) in buildIkeSessionParamsBase()86 new IkeIpv4AddrIdentification((Inet4Address) REMOTE_ADDRESS)) in buildIkeSessionParamsBase()
156 mLocalIdentification = new IkeIpv4AddrIdentification(LOCAL_IPV4_ADDRESS); in setUp()157 mRemoteIdentification = new IkeIpv4AddrIdentification(REMOTE_IPV4_ADDRESS); in setUp()
140 public final class IkeIpv4AddrIdentification extends android.net.ipsec.ike.IkeIdentification {141 ctor public IkeIpv4AddrIdentification(@NonNull java.net.Inet4Address);
129 import android.net.ipsec.test.ike.IkeIpv4AddrIdentification;352 new IkeIpv4AddrIdentification((Inet4Address) LOCAL_ADDRESS);356 new IkeIpv4AddrIdentification((Inet4Address) REMOTE_ADDRESS);