Home
last modified time | relevance | path

Searched refs:LOCAL_KEY_ID (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeIdentificationTest.java66 IkeKeyIdIdentification ikeId = new IkeKeyIdIdentification(LOCAL_KEY_ID); in testIkeKeyIdIdentification()
67 assertArrayEquals(LOCAL_KEY_ID, ikeId.keyId); in testIkeKeyIdIdentification()
DIkeTestBase.java52 static final byte[] LOCAL_KEY_ID = "Local Key ID".getBytes(); field in IkeTestBase