Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeKeyIdIdentification.java36 public final class IkeKeyIdIdentification extends IkeIdentification { class
45 public IkeKeyIdIdentification(@NonNull byte[] keyId) { in IkeKeyIdIdentification() method in IkeKeyIdIdentification
60 if (!(o instanceof IkeKeyIdIdentification)) return false; in equals()
63 return keyId.equals(((IkeKeyIdIdentification) o).keyId); in equals()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeIdPayloadTest.java29 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()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeIdPayload.java24 import android.net.ipsec.ike.IkeKeyIdIdentification;
95 ikeId = new IkeKeyIdIdentification(idData); in IkeIdPayload()
/packages/modules/IPsec/api/
Dsystem-current.txt110 public final class IkeKeyIdIdentification extends android.net.ipsec.ike.IkeIdentification {
111 ctor public IkeKeyIdIdentification(@NonNull byte[]);