Searched refs:LOCAL_KEY_ID (Results 1 – 2 of 2) sorted by relevance
66 IkeKeyIdIdentification ikeId = new IkeKeyIdIdentification(LOCAL_KEY_ID); in testIkeKeyIdIdentification()67 assertArrayEquals(LOCAL_KEY_ID, ikeId.keyId); in testIkeKeyIdIdentification()
52 static final byte[] LOCAL_KEY_ID = "Local Key ID".getBytes(); field in IkeTestBase