Searched refs:IkeKeyIdIdentification (Results 1 – 4 of 4) sorted by relevance
36 public final class IkeKeyIdIdentification extends IkeIdentification { class45 public IkeKeyIdIdentification(@NonNull byte[] keyId) { in IkeKeyIdIdentification() method in IkeKeyIdIdentification60 if (!(o instanceof IkeKeyIdIdentification)) return false; in equals()63 return keyId.equals(((IkeKeyIdIdentification) o).keyId); in equals()
29 import android.net.ipsec.ike.IkeKeyIdIdentification;163 IkeKeyIdIdentification ikeId = (IkeKeyIdIdentification) payload.ikeId; in testDecodeKeyIdPayload()260 new IkeIdPayload(true /*isInitiator*/, new IkeKeyIdIdentification(KEY_ID)); in testConstructAndEncodeKeyIdPayload()
24 import android.net.ipsec.ike.IkeKeyIdIdentification;95 ikeId = new IkeKeyIdIdentification(idData); in IkeIdPayload()
110 public final class IkeKeyIdIdentification extends android.net.ipsec.ike.IkeIdentification {111 ctor public IkeKeyIdIdentification(@NonNull byte[]);